PARA MOSTRAR:
PARA ESCONDER:
- Código:
CMD:vernick(playerid)
{
for (new i = 0 ; i < MAX_PLAYERS; i ++) ShowPlayerNameTagForPlayer(playerid, i, true);
GameTextForPlayer(playerid, "~W~Nicks Ativados ~R~on" , 5000 , 5 );
return 1;
}
PARA ESCONDER:
- Código:
CMD:removernick(playerid)
{
for (new i = 0 ; i < MAX_PLAYERS; i ++) ShowPlayerNameTagForPlayer(playerid, i, false );
GameTextForPlayer(playerid, "~W~Nicks Desativos ~R~off" , 5000 , 5 );
return 1;
}