ive looked around and ive seen that a few people get the occasional access violation spamming in their server, the scripts stop working, people dont die, etc etc. what im wanting to do is make it so the server completely restarts, scripts and all, when an error such as this occurs. so i get the onexception procedure happening, then i add a shutdown and startserver function in it, but the problem is that once you shutdown the server, you cant use the startserver function (why it exists in the first place when u can never use it, i dont know). ive searched for 'restart onexception' and 'restart scripts' but i havnt found anything. is there any way i could go about reloading the entire server, at all?
and @ enesce, make shutdown; stop the server, but not close the process so it can be started again (its the whole reason im having this problem)