some weird errors =\
PHP Code:
public one(id)
{
new text[13]="hello";
set_task(4.4, "tasktwo", id+644,text,13);
}
public tasktwo(taskid, const text[13])
{
new id = taskid-644;
client_print( id, print_chat, "o hello with %s!", text);
}
</span></span>
__________________