first commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
DevXConfig = {
|
||||
MaxCharacters = 3,
|
||||
StartCash = 150,
|
||||
StartBank = 500,
|
||||
|
||||
StreetSpawn = {
|
||||
x = -1037.72,
|
||||
y = -2737.88,
|
||||
z = 20.17,
|
||||
heading = 329.0
|
||||
},
|
||||
|
||||
PhonePrefix = '555',
|
||||
PositionSaveIntervalMs = 30000,
|
||||
MaxMoneyOperation = 100000000,
|
||||
|
||||
AdminWeapons = {
|
||||
WEAPON_PISTOL = 'Pistole',
|
||||
WEAPON_COMBATPISTOL = 'Kampfpistole',
|
||||
WEAPON_SMG = 'MP',
|
||||
WEAPON_CARBINERIFLE = 'Karabiner',
|
||||
WEAPON_PUMPSHOTGUN = 'Pumpgun',
|
||||
WEAPON_STUNGUN = 'Taser',
|
||||
WEAPON_FLASHLIGHT = 'Taschenlampe',
|
||||
WEAPON_NIGHTSTICK = 'Schlagstock',
|
||||
WEAPON_KNIFE = 'Messer'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user