so the id parameter in the set_task is the user's id?
say i wanted to send another argument to the ssTask function, would i put that in the parameters[] argument?
PHP Code:
new sz_command[] = "+jump"
set_task(0.3, "ssTask", id, sz_command, "a", iSsCount)
public ssTask(id, sz_command[])
client_cmd(id, sz_command)
or what is that "parameters" argument there for?
and, to get a better understanding, the '.' before 'flags' and 'repeat' do what?