How can i start more then one task using scheduleRepeatingTask()? I only want to use the function once.
Is this like a homework question or something? I simply can't understand why you want to do that. PHP: call_user_func(function(){$this->getServer()->getScheduler()->scheduleRepeatingTask($task1, 1);$this->getServer()->getScheduler()->scheduleRepeatingTask($task2, 1);}); Yay only function call