19.11.2011, 00:39
Heres how I would do it:
EDIT: I was too late with my answer ^ ^ :P Someone got there first
pawn Код:
new health;
health = GetPlayerHealth(playerid);
health = health-5;
SetPlayerHealth(playerid, health);