Revert "fix: big bug"

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