18.06.2013, 10:33
How to make when you crash health gos down?, like 5 - one crash?
new veh,Float:vhp,Float:health;
veh = GetVehicleID(playerid);
GetVehicleHealth(vehicleid,vhp);
if(vhp<250.0)
{
GetPayerHealth(playerid,health);
SetPlayerHealth(playerid,health-5);
}