25.08.2012, 12:56
Probably you did it wrong it must be like this
pawn Код:
new Float:hp;
GetPlayerHealth(playerid, hp);
SetPlayerHealth(playerid, hp - 10);