Jump to content
  • 0

Cum pun arme politistilor


Question

Posted

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;

2 answers to this question

Recommended Posts

Posted

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 ! ^_^

Posted

Am incercat prin ce ai zis tu dar 1) cred ca nu am facut bine 2) nu merge

Uite fisierul poate mi-l poti face tu : http://www.filehost.ro/29088211/PPC_ServerSettings_inc/

MULTUMESC!

Guest
This topic is now closed to further replies.
×
×
  • 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.