oh its your task thats wrong
PHP Code:
set_task ( Float:time, const function[], id = 0, parameter[]="", len = 0, flags[]="", repeat = 0 )
PHP Code:
set_task(0.99, "timing", 459200, "", 0, "a", 10);
to
PHP Code:
set_task(0.99, "timing");
if u dont use a thing that the native set_task can hold just put a _ not ""
__________________