[Ajuda] Nomes em Cima da Cabeзa
#5

pawn Код:
if(!strcmp("/nickon", cmdtext, true)) {
    for(new i = (MAX_PLAYERS - 1); i > -1; --i) for(new x = (MAX_PLAYERS - 1); x > -1; --x) ShowPlayerNameTagForPlayer(x, i, true);
    GameTextForPlayer(playerid, "~W~Nicks Ativos ~R~", 5000, 5);
    return 1;
}

if(!strcmp("/nickoff", cmdtext, true)) {
    for(new i = (MAX_PLAYERS - 1); i > -1; --i) for(new x = (MAX_PLAYERS - 1); x > -1; --x) ShowPlayerNameTagForPlayer(x, i, false);
    GameTextForPlayer(playerid, "~W~Nicks Ativos ~R~", 5000, 5);
    return 1;
}
Assim ?
Reply


Messages In This Thread
Nomes em Cima da Cabeзa - by _LorD_ - 31.08.2012, 21:51
Re: Nomes em Cima da Cabeзa - by paulor - 31.08.2012, 21:53
Re: Nomes em Cima da Cabeзa - by _LorD_ - 31.08.2012, 22:19
Re: Nomes em Cima da Cabeзa - by _LorD_ - 01.09.2012, 00:18
Re: Nomes em Cima da Cabeзa - by paulor - 01.09.2012, 00:52

Forum Jump:


Users browsing this thread: 2 Guest(s)