Jump to content
  • 0

Cum pun arme politistilor


KaMeLeOn

Question

Cum pun arme politistilor pe trucking mode?

am gasit ceva in PPC_server Setting cum fac?:

// Defines for police

new bool:PoliceGetsWeapons = false;

// 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[12] = {5, 24, 25, 28, 30, 34, 38, 39, 41, 10, 46, 40};

new PoliceWeaponsAmmo = 5000;

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Schimba new bool:PoliceGetsWeapons = false; cu new bool:PoliceGetsWeapons = true;.

Acum ar trebui ca player-ul politist sa primeasca arme.Ca sa setezi ce arme sa primeasca modifica numerele (ID-urile) armelor de le aceasta linie:

new APoliceWeapons[12] = {5, 24, 25, 28, 30, 34, 38, 39, 41, 10, 46, 40};
Iar ca sa setezi cata munitie sa primeasca la arme, modifica acel 5000 in numarul pe care ti-l doresti tu, de pe aceasta linie:
new PoliceWeaponsAmmo = 5000;

Succes ! ^_^

Link to comment
Share on other sites

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.