[Pedido] Funзгo
#1

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
Reply
#2

Sim creio que seja
Reply
#3

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

Код:
//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б
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)