Jump to content
  • 0

Arme ptr politie trucking


Question

Posted

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

Posted

Pune la public SetPlayerSpawn(playerid)

SafeGivePlayerWeapon(playerid, 24, 200);
SafeGivePlayerWeapon(playerid, 25, 200);
SafeGivePlayerWeapon(playerid, 28, 200);
SafeGivePlayerWeapon(playerid, 30, 200);

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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.