Quote:
Originally Posted by ricardo178
Something like this should work...
pawn Код:
public LowerHealth(playerid) { new hp = GetPlayerHealth(playerid, hp); Player[playerid][Health] = hp-2; SetPlayerHealth(playerid, hp-2); return 1; }
|
he wants to use timer i think... which reduces health each 5 mins... not each 1 sec ^^