14.06.2015, 11:25
I am trying to destroy all TextDraws using a loop.
TextDrawDestroy gives me tag mismatch code, any solution on this?
Код:
for(new i = 0; g_tds:i < g_tds; i ++) TextDrawDestroy(Global_TD[g_tds:i]);