Quote:
Originally Posted by Matz
Try like this;
pawn Код:
forward Infected(playerid); public Infected(playerid) { new Float:health; GetPlayerHealth(playerid,health); SetPlayerHealth(playerid,health-2); SetTimerEx("Infected",1000,0,"i",playerid); // -2 hp per second return 1; }
|
Thank you so much!!It finaly works...ive been fuking with this for 4 days lol