Noob...
#7

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
Reply


Messages In This Thread
Noob... - by DizzY2306 - 23.07.2012, 18:26
Re: Noob... - by Matz - 23.07.2012, 19:06
Re: Noob... - by DizzY2306 - 23.07.2012, 19:20
Re: Noob... - by DizzY2306 - 26.07.2012, 13:11
Re: Noob... - by TaLhA XIV - 26.07.2012, 13:15
Re: Noob... - by Matz - 26.07.2012, 13:17
Re: Noob... - by DizzY2306 - 26.07.2012, 13:34
Re: Noob... - by doreto - 26.07.2012, 13:47
Re: Noob... - by doreto - 26.07.2012, 13:54
Re: Noob... - by DizzY2306 - 26.07.2012, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)