17.07.2014, 05:29
hey i dont want vehicle exploding in my server how can i make them get destroy when it hit a ammount in health like 1% then car will get destroy? +rep
|
Originally Posted by SA-MP Wiki
Tip: A vehicle catches on fire when its health is below 250. It will explode a few seconds later.
|
public OnVehicleDeath(vehicleid, killerid)
{
DestroyVehicle(vehicleid);
return 1;
}