[Ajuda] Camuflar nick e нcone no mapa
#1

Estou com um problema que quando eu digito /camuflar, ao invйs de os outros nгo conseguirem ver meu nick, eu que nгo consigo ver o nick deles, e nгo acho posts de como arrumar isso e nem de como ficar invisнvel no minimapa

Quote:

CMD:camuflar(layerid, params[])
{
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(ID, i, false);
SendClientMessage(ID, VERDE, "| INFO | Camuflado com sucesso!");
return 1;
}

CMD:descamuflar(playerid, params[])
{
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(ID, i, true);
SendClientMessage(ID, VERDE, "| INFO | Descamuflado com sucesso!");
return 1;
}

Reply
#2

pawn Код:
CMD:camuflar(playerid)
{
for(new i; i < MAX_PLAYERS; i++)
    ShowPlayerNameTagForPlayer(i, playerid, false);
SetPlayerColor(playerid, 0xFFFFFF00);
SendClientMessage(playerid, -1, "{ffff00}Camuflado com sucesso!");
return 1;
}

CMD:descamuflar(playerid)
{
for(new i; i < MAX_PLAYERS; i++)
   ShowPlayerNameTagForPlayer(i, playerid, true);
SetPlayerColor(playerid, 0xFFFFFF80);
SendClientMessage(playerid, -1, "{0000ff}Descamuflado com sucesso!");
return 1;
}
Tente assim.
Reply
#3

Quote:
Originally Posted by Nickvj7
Посмотреть сообщение
pawn Код:
CMD:camuflar(playerid)
{
for(new i; i < MAX_PLAYERS; i++)
    ShowPlayerNameTagForPlayer(i, playerid, false);
SetPlayerColor(playerid, 0xFFFFFF00);
SendClientMessage(playerid, -1, "{ffff00}Camuflado com sucesso!");
return 1;
}

CMD:descamuflar(playerid)
{
for(new i; i < MAX_PLAYERS; i++)
   ShowPlayerNameTagForPlayer(i, playerid, true);
SetPlayerColor(playerid, 0xFFFFFF80);
SendClientMessage(playerid, -1, "{0000ff}Descamuflado com sucesso!");
return 1;
}
Tente assim.
Valeu funcionou, e qual o host que o BMT usa? porque eu entrei e vi que tem muito pouco LAG
Reply
#4

Quote:
Originally Posted by CrazYou
Посмотреть сообщение
Valeu funcionou, e qual o host que o BMT usa? porque eu entrei e vi que tem muito pouco LAG
HostingService.
Reply
#5

Quote:
Originally Posted by Coe1
Посмотреть сообщение
HostingService.
Poderia me passar o site porquк estou procurando aqui e nгo estou achando =S
Reply
#6

Quote:
Originally Posted by CrazYou
Посмотреть сообщение
Poderia me passar o site porquк estou procurando aqui e nгo estou achando =S
.com.br
Reply
#7

hostingservice nгo faliu? O.O
Reply
#8

Quote:
Originally Posted by BieeelEvolution
Посмотреть сообщение
hostingservice nгo faliu? O.O
Nгo sei, o que eu sei й que o site nгo abre, poderia me indicar hosts bons e baratos?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)