- 0
Arme ptr politie trucking
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
KaMeLeOn
Cum fac sa pun armele cu idurile 24, 25, 28, 30 ca nu merge
// Defines for police
new bool:PoliceGetsWeapons = true;
// These are the weapons that a police player will get when "PoliceGetsWeapons = true"
// 5 = Baseball Bat
// 24 = Desert Eagle
// 25 = Shotgun
// 28 = Micro SMG
// 30 = AK-47
// 34 = Sniper Rifle
// 38 = Minigun
// 39 = Satchel Charge
// 41 = Spraycan
// 10 = Purple Dildo
// 46 = Parachute
// 40 = Detonator
new APoliceWeapons[4] = {24, 25, 28, 30};
new PoliceWeaponsAmmo = 1000;
1 answer to this question
Recommended Posts