11.02.2009, 23:39
Hi im having an issue passing a textdraw ID through settimerex:
I've tried
SetTimerEx("TxtDestroy", 25000, false, "i", Textdraw0:textdrawid);
SetTimerEx("TxtDestroy", 25000, 0, "i", Textdraw0);
SetTimerEx("TxtDestroy", 25000, 0, "i", Text:Textdraw0);
But i either get a "tag mismatch" warning or a bad pass to the TxtDestroy f'n. Any ideas?
I've tried
SetTimerEx("TxtDestroy", 25000, false, "i", Textdraw0:textdrawid);
SetTimerEx("TxtDestroy", 25000, 0, "i", Textdraw0);
SetTimerEx("TxtDestroy", 25000, 0, "i", Text:Textdraw0);
But i either get a "tag mismatch" warning or a bad pass to the TxtDestroy f'n. Any ideas?

