Fixed restarting script losing licenses

This commit is contained in:
ElPumpo
2018-11-17 22:43:41 +01:00
parent d2a369e825
commit b0d73a4d79
3 changed files with 13 additions and 32 deletions
+3 -2
View File
@@ -5,12 +5,13 @@ Config.Color = { r = 0, g = 128, b = 255 }
Config.Type = 1
Config.Locale = 'fr'
Config.EnableLicense = true -- only turn this on if you are using esx_license
Config.LicensePrice = 5000
Config.Zones = {
GunShop = {
legal = 0,
legal = true,
Items = {},
Pos = {
{ x = -662.180, y = -934.961, z = 20.829 },
@@ -27,7 +28,7 @@ Config.Zones = {
},
BlackWeashop = {
legal = 1,
legal = false,
Items = {},
Pos = {
{ x = -1306.239, y = -394.018, z = 35.695 },