04.08.2015, 20:13
Is it possible to do more textdraws and mark them as one and to reconcile them all at once?
new Textdraws[30];
// ...
Textdraws[0] = CreateTextDraw...
Textdraws[1] = CreateTextDraw...
Textdraws[2] = CreateTextDraw...
for(new i; i < sizeof(Textdraws); i++)
{
TextDrawShowForPlayer(i, playerid);
}