29.09.2009, 18:01
Get this
http://forum.sa-mp.com/index.php?topic=82583.0
and edit the OnPlayerHealthChange to work with vehicles
http://forum.sa-mp.com/index.php?topic=82583.0
and edit the OnPlayerHealthChange to work with vehicles
pawn Код:
OnVehicleHealthChange(veh, newhealth, oldhealth)
{
loop thorugh players
{
if(isplayerinspecificcar)
{
SetPlayerHealth(playerid, 100);
}
}
}

