09.07.2013, 15:43
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; } |