I got a little check function that crashes the server when it runs. It looks like:
function blah(%player, %time)
{ if(Client::getName(%player))
{ blahCheck(); }
schedule("blah(%player, %time);", %time);
}
That's it simplified pretty much. Whenever it runs, it crashes the server, but the console says everything's fine and normal. (I'm just basing it's crashing because the client's connection times out) Any ideas?
Thanks in advance.