Attach3DTextLabelToPlayer

From SA-MP Wiki

Jump to: navigation, search

Attach3DTextLabelToPlayer


Warning: This is a new function working since SA-MP 0.3. It won't work in previous versions.


Attaches a 3D Text Label to a specific player.


Parameters:
(Text3D:id, playerid, Float:OffsetX, Float:OffsetY, Float:OffsetZ)
Text3D:idThe 3D Text Label you want to attach.
playeridThe player you want to attach the 3D Text Label to.
OffsetXThe Offset-X coordinate of the player (the player is 0.0,0.0,0.0).
OffsetYThe Offset-Y coordinate of the player (the player is 0.0,0.0,0.0).
OffsetZThe Offset-Z coordinate of the player (the player is 0.0,0.0,0.0).


Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.


Personal tools