27.02.2015, 21:06
Tipo tenho um servidor aberto aqui mais queria saber como colocar a frase [DONO]ENCIMA DO NICK
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;
}