[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!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.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!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
return 1;
}
Fonte: Wiki Samp
|
Obrigado, rap++ pra ti, pensei que com Create3DTextLabel ia fica feio mas ate que nгo vlw