(HELP)-TextDraw and Create3DText
#1

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?
Reply
#2

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.
Reply
#3

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)