SA-MP Forums Archive
How to set and use CreateDynamic3DTextLabel and UpdateDynamic3DTextLabel - 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: How to set and use CreateDynamic3DTextLabel and UpdateDynamic3DTextLabel (/showthread.php?tid=428219)



How to set and use CreateDynamic3DTextLabel and UpdateDynamic3DTextLabel - Shockey HD - 05.04.2013

I created a Dynamic 3D Text label and I need assistance on how to use UpdateDynamic3DTextLabel.


Anyone have any examples?


Re: How to set and use CreateDynamic3DTextLabel and UpdateDynamic3DTextLabel - SuperViper - 05.04.2013

pawn Код:
new Text3D: labelID;

labelID = CreateDynamic3DTextLabel(....);

UpdateDynamic3DTextLabelText(labelID, COLOR_WHITE, "Hello world!");