SA-MP Forums Archive
[Ajuda] Tag em cima do nick - 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: [Ajuda] Tag em cima do nick (/showthread.php?tid=625731)



Tag em cima do nick - JhefTFJ - 05.01.2017

Ola galera, Bom hoje a minha duvida e se tem como colocar alguma tag em cima do nick do player sem ser com o SetPlayerChatBubble, Pois o SetPlayerChatBubble ele da pra ver a tag do player atravйs de objetos e o meu servido isso funcionaria como wallhack.

Agradeзo a todos desde jб


Re: Tag em cima do nick - HeisenGiromB - 05.01.2017

sim, cria uma label e atacha ao player (na cabeзa)

P.S: Vocк pode ajustar a distancia da label

PHP код:
public OnPlayerConnect(playerid)
{
    new 
Text3D:label Create3DTextLabel("Hello, I am new here!"0x008080FF30.040.050.040.00);
    
Attach3DTextLabelToPlayer(labelplayerid0.00.00.7);
    return 
1;

Fonte: Wiki Samp


Re: Tag em cima do nick - JhefTFJ - 05.01.2017

Quote:
Originally Posted by GiromB
Посмотреть сообщение
sim, cria uma label e atacha ao player (na cabeзa)

P.S: Vocк pode ajustar a distancia da label

PHP код:
public OnPlayerConnect(playerid)
{
    new 
Text3D:label Create3DTextLabel("Hello, I am new here!"0x008080FF30.040.050.040.00);
    
Attach3DTextLabelToPlayer(labelplayerid0.00.00.7);
    return 
1;

Fonte: Wiki Samp
Obrigado, rap++ pra ti, pensei que com Create3DTextLabel ia fica feio mas ate que nгo vlw