enum loop, tag mismatch
#1

I am trying to destroy all TextDraws using a loop.

Код:
	for(new i = 0; g_tds:i < g_tds; i ++)
	    TextDrawDestroy(Global_TD[g_tds:i]);
TextDrawDestroy gives me tag mismatch code, any solution on this?
Reply
#2

Just do TextDrawDestroy for each textdraw it takes more time but solves ur problem
Reply
#3

#edit: fixed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)