Add files

This commit is contained in:
Jérémie N'gadi
2017-08-12 22:59:02 +02:00
parent 6de80ce2a6
commit 2c24a2e744
30 changed files with 9342 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Config = {}
Config.DrawDistance = 100.0
Config.BankSavingPercentage = 2.5
Config.Locale = 'fr'
Config.Zones = {
BankActions = {
Pos = {x = 260.130, y = 204.308, z = 109.287},
Size = {x = 1.5, y = 1.5, z = 1.0},
Color = {r = 102, g = 102, b = 204},
Type = 1
}
}