Texdraw simple question
#1

Is it possible to do more textdraws and mark them as one and to reconcile them all at once?
Reply
#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
#3

Wrong section, ask in the scripting section.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)