04.04.2012, 10:22
here is my code (get from my LS Reality Roleplay Script)
didn't affects my game even i press F12. all works fine
pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
new Float:health;
GetPlayerHealth(playerid, health);
SetPlayerHealth(playerid, health - 2.2);
return 1;
}

