25.07.2013, 14:10
DropSpikeStrip by AndrewGrob
you can edit it. but leave credits
the SpikeStrip will always drop behind any vehicle [dosent matter which angle you are facing]
the spikestrip is pickupable only when in a vehicle,
ive set the damage to 10 [Setting tires to 15 will pop them all]
please remove or change the value
ive added a get player score function...
please remove or change the value
Picture
picture 2
Download: i have attached the pwn & amx files
updated: added DestroyPickup(Pickup1); it removes the spikestrip after a player has popped there tyres
you can edit it. but leave credits
the SpikeStrip will always drop behind any vehicle [dosent matter which angle you are facing]
the spikestrip is pickupable only when in a vehicle,
ive set the damage to 10 [Setting tires to 15 will pop them all]
please remove or change the value
pawn Код:
UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, 10);
please remove or change the value
pawn Код:
if(GetPlayerScore(playerid)<5) return SendClientMessage(playerid, COLOR_RED, "ERROR: You need 5 scorepoints to drop a spike strip!");
SetPlayerScore(playerid,GetPlayerScore(playerid)-5);
picture 2
Download: i have attached the pwn & amx files
updated: added DestroyPickup(Pickup1); it removes the spikestrip after a player has popped there tyres