Como por a frase [Dono] encima do nick?
#1

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

Use a funзгo Attach3DTextLabelToPlayer
Reply
#3

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

vlw galera
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)