SA-MP Forums Archive
[Pedido] Funзгo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Funзгo (/showthread.php?tid=420942)



Funзгo - caoraivoso3 - 07.03.2013

Queria saber qual й a funзгo para desaparecer o nome,vida,colete...desaparecesse a todos! Um jogador entrava e nгo conseguia ver nenhuma informaзгo(vida,colete e nome)...

Eu sei que tem um topico mais abaixo perguntar isso,mas й esta a funзгo? https://sampwiki.blast.hk/wiki/ShowNameTags


Re: Funзгo - Schocc - 07.03.2013

Sim creio que seja


Re: Funзгo - Jefferson Santos - 07.03.2013

Two topics.
https://sampforum.blast.hk/showthread.php?tid=420838


Re: Funзгo - Wooziesan - 07.03.2013

Код:
//funзao de nao aparecer nome/colete/vida
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(i, playerid, 0);//1 = deligado

//funзгo de fazer o ponto do player no radar fique invisivel pra todos
for(new i = 0; i < MAX_PLAYERS; i++) SetPlayerMarkerForPlayer(i,playerid, 0xFFFFFF00);
pra voltar a aparecer novamente:

Код:
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(i, playerid, 1);//1 = deligado
for(new i = 0; i < MAX_PLAYERS; i++) SetPlayerMarkerForPlayer(i,playerid, GetPlayerColor(playerid));
espero ter ajudado tenta lб