The help guide lists this code
Code:
set_task
[ Main ] [ Core ] [ amxmodx.inc ]
[ comments ]
set_task - Calls function on specified time.
Syntax:
set_task ( Float:time, const function[], id = 0, const parameter[] = "", len = 0,const flags[] = "", repeat = 0 )
Type:
Native
Notes:
Flags :
"a" - repeat.
"b" - loop task.
"c" - do task on time after a map timeleft.
"d" - do task on time before a map timelimit.
Example of executing a task once : set_task( 15.0, "MyFunction" )
Remember that functions executed by set_task needs be public.
Not sure it would work as I have posted in previous post?
Cheers,
Ancient
__________________