Merge pull request #1365 from Arctos2win/dev

fix: big bug
This commit is contained in:
Arctos2win
2024-06-16 16:26:40 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
ESX = {}
Core = {}
ESX.PlayerData = {}
ESX.PlayerLoaded = false
+2 -1
View File
@@ -1,5 +1,6 @@
local Charset = {}
ESX = {}
local Charset = {}
for i = 48, 57 do
table.insert(Charset, string.char(i))
end
+2 -1
View File
@@ -12,8 +12,9 @@ shared_scripts {
'config.lua',
'config.weapons.lua',
'common/modules/*.lua',
'common/functions.lua',
'common/*.lua',
'common/modules/*.lua',
}
server_scripts {
-1
View File
@@ -1,4 +1,3 @@
ESX = {}
ESX.Players = {}
ESX.Jobs = {}
ESX.JobsPlayerCount = {}