01.09.2012, 00:52
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;
}