29.07.2013, 23:51
So I have 10 TextDraw's I want to put them all in one and not make
new TextDraw1;
new TextDraw2;
...
I just want to make it all in one so I type
new TextDrawAll;
new TextDraw1;
new TextDraw2;
...
I just want to make it all in one so I type
new TextDrawAll;