[Ajuda]Esconder Nome do Player.
#1

Olб Pessoal, Estou tendo problemas ao tentar esconder nome do jogador em cima dele Para um Game-Mode RP...
Agradeзo.
Reply
#2

pawn Код:
if(strcmp("/gpson",cmdtext, true) == 0)
{
 SendClientMessage(playerid, COR,"Nick Escondido");
 ShowPlayerMarkers(0);
 return 1;
}
Reply
#3

Basta usar esta funзгo : https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer


Veja um exemplo da pбgina acima :


pawn Код:
if (strcmp("/nameoff", cmdtext, true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);
    GameTextForPlayer(playerid, "~W~Nametags ~R~off", 5000, 5);
    return 1;
}

Espero ter ajudado .
Reply
#4

Obrigado
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)