SA-MP Forums Archive
3d text help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3d text help (/showthread.php?tid=103546)



3d text help - radi - 20.10.2009

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).


Re: 3d text help - curtisshakur - 20.10.2009

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



Re: 3d text help - radi - 20.10.2009

no to a player