[Ajuda] Camuflar nick e нcone no mapa
#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


Messages In This Thread
Camuflar nick e нcone no mapa - by CrazYou - 09.07.2013, 15:43
Re: Camuflar nick e нcone no mapa - by Locky_ - 09.07.2013, 16:58
Re: Camuflar nick e нcone no mapa - by CrazYou - 09.07.2013, 18:38
Re: Camuflar nick e нcone no mapa - by Coe1 - 09.07.2013, 18:42
Re: Camuflar nick e нcone no mapa - by CrazYou - 09.07.2013, 18:42
Re: Camuflar nick e нcone no mapa - by Coe1 - 09.07.2013, 18:44
Re: Camuflar nick e нcone no mapa - by BieeelEvolution - 09.07.2013, 20:43
Re: Camuflar nick e нcone no mapa - by CrazYou - 09.07.2013, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)