04.10.2011, 13:36
(
Последний раз редактировалось Patchwerk; 05.11.2011 в 15:34.
)
Thanks
Cheers,
Patchwerk
Cheers,
Patchwerk
new Text:TD1;
new Text:TD2;
new Text:TD3;
TD3 = TextDrawCreate(...);
TD1 = TextDrawCreate(...);
//In this case: TD1 is the topmost.
new Text:TD1;
new Text:TD2;
new Text:TD3;
TD3 = TextDrawCreate(...);
TD2 = TextDrawCreate(...);
//In this case: TD2 is the topmost.
printf("%d",_:t);