3d text help
#1

i wanna attach a 3d text to a player but what is the line i must use
the sa-mp wiki only says this

(Text3D:id, playerid, Float:OffsetX, Float:OffsetY, Float:OffsetZ)
Text3D:id The 3D Text Label you want to attach.
playerid The player you want to attach the 3D Text Label to.
OffsetX The Offset-X coordinate of the player (the player is 0.0,0.0,0.0).
OffsetY The Offset-Y coordinate of the player (the player is 0.0,0.0,0.0).
OffsetZ The Offset-Z coordinate of the player (the player is 0.0,0.0,0.0).
Reply
#2

Код:
Create3DTextLabel("text",0x008080FF,x1,y1,z1,40.0,0);
Reply
#3

no to a player
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)