Quote:
Originally Posted by Stefan
There was a problem again yesterday, one server was lagging the others because a script used massive amounts of memory. We've fixed the script together with the staff and will also try to add some protection against it in the next npcserver version (not very simple though).
|
Could you not do something like
if ( CPUUSAGE > x )
{
killIt();
}