[Ajuda]Textlabel
#1

Boas... alguem me pode ajudar a colocar textlabel em cima de um so player

PHP код:
Create3DTextLabel("Texto aqui"COR_AZUL1553.6526,-1675.6404,16.195325050); 
costumo fazer assim para colocar no chao.. so queria saber como colocar num sу player

serб CreatePlayer3DTextLabel ?? ajuda aee galerinha
Reply
#2

SetPlayerChatBubble
Reply
#3

aqui https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer ja tem um exemplo.
Reply
#4

PHP код:
new Text3D:label Create3DTextLabel("Texto Aqui"0x008080FF30.040.050.040.00);
    
Attach3DTextLabelToPlayer(labelplayerid0.00.00.7); 
tipo e como defino essa pessoa?

por ip? ( nгo da porque pode mudar de internet )
por id? ( tambem nao da pq os ids mudam )
Por nome ( tambem nao pq ele pode mudar de nome )

como defino esse jogador ?
Reply
#5

Tipo se voce quiser por o nome GAY em cima do player pode usar assim:
pawn Код:
CMD:gay(playerid)
{
if(isnull(params)) return SendClientMessage(playerid, -1, "/gay (id)");
new Text3D:label = Create3DTextLabel("Gay", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, params, 0.0, 0.0, 0.7);
return 1;
}
Reply
#6

sempre que ele se conectar ou deia rr ele fica sempre com o textlabel ?
Reply
#7

Nгo.. ai voce teria que fazer um sistema de salvamento '-'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)