Code:
public one(id)
{
new text[6] = "hello";
set_task(4.4, "tasktwo", id+644,text,6)
}
public tasktwo(id,const Text[6])
{
id -= 644
log_amx("param is: %s",Text)
}
I'm not competently sure if "set_task" will return Params & The TaskID.
__________________