SA-MP Forums Archive
(HELP)-TextDraw and Create3DText - 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)-TextDraw and Create3DText (/showthread.php?tid=332033)



(HELP)-TextDraw and Create3DText - Bokyyy - 06.04.2012

Hello all,

Can You tell me is it important to add MAX_PLAYERS on textdraw or 3dtext variables,

new Text:AFK; OR new Text:AFK[MAX_PLAYERS];

and continue AFK= TextDrawCreate(bla bla); OR AFK[playerid]= TextDrawCreate(bla bla);

what is a big different?


Re: (HELP)-TextDraw and Create3DText - [HiC]TheKiller - 07.04.2012

Adding MAX_PLAYERS generally means that you're going to have one 3D text label per player. In an AFK system, you will need one different text per player as there could be more than one person AFK at once.


Re: (HELP)-TextDraw and Create3DText - Raza2013 - 04.05.2013

Quote:
Originally Posted by [HiC]TheKiller
Посмотреть сообщение
Adding MAX_PLAYERS generally means that you're going to have one 3D text label per player. In an AFK system, you will need one different text per player as there could be more than one person AFK at once.
i think he wants to know that have any Filterscript to make Texdraw And 3DText?