29.10.2016, 14:22
If whatever you've told is true, then I don't think you can make a fix in your script. It has to be fixed by Kalcor.
The AMX machine has a built in debugger and a mechanism to trap exceptions. Therefore, any script error won't cause the server to crash. On the other hand, the plugin code is running along with the server and does not have any exception handlers (most of them), therefore a crash in a plugin will send the whole server crashing.
What do you have in your server log? Are you using crashdetect?
The AMX machine has a built in debugger and a mechanism to trap exceptions. Therefore, any script error won't cause the server to crash. On the other hand, the plugin code is running along with the server and does not have any exception handlers (most of them), therefore a crash in a plugin will send the whole server crashing.
What do you have in your server log? Are you using crashdetect?