[PEDIDO]Esconder nick
#1

Bom eu queria pedir um favor para voзes.
queria um comando para escnder o nick
tipo /colocarmascara /tirarmascara
ai tinha que ser numa corrdenada e tals

alguem pode me ajudar
deis de ja obrigado
Reply
#2

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);

bote isso dentro do cmd
Reply
#3

ai faiz isso e para voltar o nick do player que deu o comando normal?
Reply
#4

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, true);
nome devolta
Reply
#5

vlw obrigado
Reply
#6

criar uma variavel,
new nick[MAX_PLAYERS];
no comando q fica sem nick adiciona nick[playerid] = 1;
depois no onplayerstreamin coloque isso
pawn Код:
public OnPlayerStreamIn(playerid, forplayerid)
{
    if(nick[playerid] == 1)
    {
        ShowPlayerNameTagForPlayer(forplayerid, playerid, false);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)