25.03.2009, 02:08
Or do
(the number depends on how many TDs you actually have).
Then for every textdraw do
And so on.
Then when you wanna clear them do a loop that clears every number except the one you want.
pawn Код:
new textdraw[40];
Then for every textdraw do
pawn Код:
textdraw[1] = TextDrawCreate(...)
textdraw[2] = TextDrawCreate(...)
Then when you wanna clear them do a loop that clears every number except the one you want.