CreateDynamic3DTextLabel positioning 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)
+--- Thread: CreateDynamic3DTextLabel positioning help. (
/showthread.php?tid=395842)
CreateDynamic3DTextLabel positioning help. -
maramizo - 27.11.2012
So I'm trying to increase the Z/depth of a 3DText label WHILE it is attached to player, using CreateDynamic3DTextLabel so Attach3DTextLabelToPlayer won't be of any use here.
Re: CreateDynamic3DTextLabel positioning help. -
maramizo - 28.11.2012
No-one?
Re: CreateDynamic3DTextLabel positioning help. -
maramizo - 28.11.2012
Fixed it myself by using:
pawn Код:
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL, label[id], E_STREAMER_ATTACH_OFFSET_Z, Z increase.);