[Ajuda] Erros com SetTimer
#5

PHP код:
por issose vocк nгo precisa "Bucle"
forward maisexpplayerid );
public 
maisexpplayerid  )
{
        
PlayerInfo[playerid][pExp] ++;
        if(
PlayerInfo[playerid][pLevel] == 60)
        {
            
LevelUP(playerid);
        }
    return 
1;
}
 
no entantose vocк fizer isso vocк vai precisar do bucle
forward maisexp
();
public 
maisexp()
{
    for(new 
0MAX_PLAYERSi++)
    {
        
PlayerInfo[i][pExp] ++;
        if(
PlayerInfo[i][pLevel] == 60)
        {
            
LevelUP(i);
        }
    }
    return 
1;

Reply


Messages In This Thread
Erros com SetTimer - by Jumper. - 28.01.2013, 23:28
Re: Erros com SetTimer - by Gabriel Duarte - 28.01.2013, 23:31
Re: Erros com SetTimer - by mau.tito - 28.01.2013, 23:31
Re: Erros com SetTimer - by Jumper. - 28.01.2013, 23:33
Respuesta: Erros com SetTimer - by Parka - 28.01.2013, 23:42
Re: Erros com SetTimer - by Maklister - 28.01.2013, 23:45
Re: Erros com SetTimer - by @LucasVinicius - 28.01.2013, 23:47
Re: Erros com SetTimer - by Jumper. - 28.01.2013, 23:52

Forum Jump:


Users browsing this thread: 1 Guest(s)