feat(license): add license support

This commit is contained in:
Romain Lanz
2017-10-14 23:55:24 +02:00
parent 4803dac2f5
commit 29d96bf1af
5 changed files with 85 additions and 10 deletions
+8 -7
View File
@@ -1,10 +1,11 @@
Config = {}
Config.DrawDistance = 100
Config.Size = { x = 1.5, y = 1.5, z = 1.5 }
Config.Color = { r = 0, g = 128, b = 255 }
Config.Type = 1
Config.Locale = 'fr'
Config = {}
Config.DrawDistance = 100
Config.Size = { x = 1.5, y = 1.5, z = 1.5 }
Config.Color = { r = 0, g = 128, b = 255 }
Config.Type = 1
Config.Locale = 'fr'
Config.EnableLicense = true
Config.LicensePrice = 5000
Config.Zones = {