[PEDIDO] Funзгo 1 hp por segundo
#3

pawn Код:
new TimerGiveHP[MAX_PLAYERS];//topo do GM

//onplayerconect
TimerGiveHP[playerid] = SetTimerEx("HealthXXX", 1000, true, "i", playerid);

//onplayerdisconect
KillTimer(TimerGiveHP[playerid]);

//fora de funзхes
forward HealthXXX(playerid);
public HealthXXX(playerid)
{
    if(DistanciaPontos(1607.537353, 1817.338500, ppx, ppy) < 3)
    {
        new Float:hp;
        GetPlayerHealth(playerid, hp);
        if(hp <= 100)
            SetPlayerHealth(playerid, hp++);// c n funcionar acom hp++ tenta hp+1
    }
    return 1;
}
Reply


Messages In This Thread
[PEDIDO] Funзгo 1 hp por segundo - by Mattos - 11.10.2011, 19:51
Re: [PEDIDO] Funзгo 1 hp por segundo - by cotonete - 11.10.2011, 19:57
Re: [PEDIDO] Funзгo 1 hp por segundo - by Pharrel - 11.10.2011, 20:05
Re: [PEDIDO] Funзгo 1 hp por segundo - by Mattos - 11.10.2011, 20:08
Re: [PEDIDO] Funзгo 1 hp por segundo - by Pharrel - 11.10.2011, 20:18
Re: [PEDIDO] Funзгo 1 hp por segundo - by Vai_Besta - 11.10.2011, 20:18
Re: [PEDIDO] Funзгo 1 hp por segundo - by Mattos - 11.10.2011, 20:22
Re: [PEDIDO] Funзгo 1 hp por segundo - by Vai_Besta - 11.10.2011, 20:27
Re: [PEDIDO] Funзгo 1 hp por segundo - by DreeH - 11.10.2011, 20:28
Re: [PEDIDO] Funзгo 1 hp por segundo - by Pharrel - 11.10.2011, 20:28

Forum Jump:


Users browsing this thread: 3 Guest(s)