SA-MP Forums Archive
Como por a frase [Dono] encima 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: Como por a frase [Dono] encima do nick? (/showthread.php?tid=565481)



Como por a frase [Dono] encima do nick? - TheM4st3r - 27.02.2015

Tipo tenho um servidor aberto aqui mais queria saber como colocar a frase [DONO]ENCIMA DO NICK


Re: Como por a frase [Dono] encima do nick? - Ever_SH - 27.02.2015

Use a funзгo Attach3DTextLabelToPlayer


Re: Como por a frase [Dono] encima do nick? - Dry - 27.02.2015

Use este cуdigo como base...

O cуdigo abaixo diz o seguinte...

Quando o jogador se conectar, criar a 3DTextLabel e em seguida adiciona-lб ao jogador.

Apenas, coloque o codigo no seu sistema de login e adicione a variбvel para checar se o player й admin.

pawn Код:
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;
}
Leia:

https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer


Re: Como por a frase [Dono] encima do nick? - TheM4st3r - 27.02.2015

vlw galera


Re: Como por a frase [Dono] encima do nick? - awoo - 27.02.2015

Podes usar tambйm SetPlayerChatBubble(playerid, text[], color, Float:drawdistance, expiretime).