Texdraw simple question
#2

You mean something like this?

pawn Код:
new Textdraws[30];

// ...

Textdraws[0] = CreateTextDraw...
Textdraws[1] = CreateTextDraw...
Textdraws[2] = CreateTextDraw...
Then you can loop through all textdraws if you want:
pawn Код:
for(new i; i < sizeof(Textdraws); i++)
{
      TextDrawShowForPlayer(i, playerid);
}
Reply


Messages In This Thread
Texdraw simple question - by bigboy81 - 04.08.2015, 20:13
Re: Texdraw simple question - by Abagail - 04.08.2015, 20:16
Re: Texdraw simple question - by Henkie - 04.08.2015, 20:16

Forum Jump:


Users browsing this thread: 1 Guest(s)