mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
fix: big bug
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
ESX = {}
|
||||
Core = {}
|
||||
ESX.PlayerData = {}
|
||||
ESX.PlayerLoaded = false
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
local Charset = {}
|
||||
ESX = {}
|
||||
|
||||
local Charset = {}
|
||||
for i = 48, 57 do
|
||||
table.insert(Charset, string.char(i))
|
||||
end
|
||||
|
||||
@@ -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,4 +1,3 @@
|
||||
ESX = {}
|
||||
ESX.Players = {}
|
||||
ESX.Jobs = {}
|
||||
ESX.JobsPlayerCount = {}
|
||||
|
||||
Reference in New Issue
Block a user