SA-MP Forums Archive
Help with CreateDynamic3DTextLabel - 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: Help with CreateDynamic3DTextLabel (/showthread.php?tid=580905)



Help with CreateDynamic3DTextLabel - Sc0pion - 09.07.2015

Fixed!


Re: Help with CreateDynamic3DTextLabel - Sc0pion - 11.07.2015

Fixed!


Re: Help with CreateDynamic3DTextLabel - Prokill911 - 11.07.2015

Showing your code helps...
We can't help you with something we can't see..
Giving us a native function makes no sense as we all know the function but not how you're attempting to use it.


Re: Help with CreateDynamic3DTextLabel - Sc0pion - 13.07.2015

Fixed!


Re: Help with CreateDynamic3DTextLabel - Sc0pion - 22.07.2015

Fixed!


Re: Help with CreateDynamic3DTextLabel - Sc0pion - 26.07.2015

Fixed!


Re: Help with CreateDynamic3DTextLabel - Stanford - 26.07.2015

Syntax:
pawn Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Example:
pawn Код:
CreateDynamic3DTextLabel("Hello World", -1, 21312.21, 12222.2, 1323.131, 150.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 200.0);
** Alright, when you put the value '-1' as interiorid this dynamic textlabel will appear in all of the possible interiors same goes for virtualworlds.
** TestLOS (0/1) so this dynamic textlabel won't be seen through objects.


I hope I helped any feedback is appreciated!