SA-MP Forums Archive
Attach3DTextLabelToPlayer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Attach3DTextLabelToPlayer (/showthread.php?tid=537027)



Attach3DTextLabelToPlayer - PawnOX - 13.09.2014

Код:
    Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
I want to know the Z Offset of that code above. Which can put the 3DTextLabel above the players name, Not too high not too low. Medium, Just after the name


Re: Attach3DTextLabelToPlayer - biker122 - 13.09.2014

Try this.
pawn Код:
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.5);



Re: Attach3DTextLabelToPlayer - PawnOX - 13.09.2014

RGB Color is allowed?


Re: Attach3DTextLabelToPlayer - PawnOX - 13.09.2014

and also, i wanna ask if this Label is deleted when player disconnect


Re: Attach3DTextLabelToPlayer - IamPRO - 13.09.2014

Yes it is deleted on disconnect.