first commit

This commit is contained in:
Colin-Joel Scupin
2026-08-05 01:29:39 +02:00
commit 86d4bcdc37
85 changed files with 7706 additions and 0 deletions
@@ -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'
}
}