Possible fix for #70

This commit is contained in:
ElPumpo
2018-04-24 19:32:01 +02:00
parent 7b08e7a131
commit 505bb978db
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ Citizen.CreateThread(function()
Citizen.Wait(0)
end
Citizen.Wait(5000)
PlayerData = ESX.GetPlayerData()
end)
+1 -1
View File
@@ -8,7 +8,7 @@ Config.EnableArmoryManagement = false
Config.EnableESXIdentity = false -- only turn this on if you are using esx_identity
Config.EnableNonFreemodePeds = false -- turn this on if you want custom peds
Config.EnableSocietyOwnedVehicles = false
Config.EnableLicenses = false
Config.EnableLicenses = false -- only turn this on if you are using esx_license
Config.MaxInService = -1
Config.Locale = 'fr'