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

faзa algo como:

Код:
forward ganharhp();
public ganharhp()
{
    // como vamos tratar todo mundo, vamos usar um loop
    for(new i = 0; i < MAX_PLAYERS; ++i)
    {
       if (DistanciaPontos(1607.537353, 1817.338500, ppx, ppy) < 3) 
{
          new Float:pHealth;
          GetPlayerHealth(i,pHealth);
          if(pHealth < 100)
                 SetPlayerHealth(i, pHealth+1);       
}
    return 1;
} 

// ModeInit
SetTimer("ganharhp", 1000, true);
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: 2 Guest(s)