I've written several scripts for my server keeping track of player stats, hi scores, aliveness, subadmin commands, etc, etc.
However anytime after about an hour of uptime, I start getting a whole bunch of cool error messages such as:
- Run-time error (AppOnIdle "POINTMATCH = 1;"): Null Pointer Exception
7-03-13 19:55:18
- Run-time error (OnJoinTeam "POINTMATCH = 1;"): Null Pointer Exception
7-03-13 19:55:32
- Run-time error (OnPlayerKill "POINTMATCH = 1;"): Null Pointer Exception
And various List Index out of Bounds (4331) errors within any of my EVENTS procedures.
Is it me, or is the scripting engine bad with memory management or is it about time to retire my expensive server?
btw. I don't even know what that POINTMATCH constant assignment is. I never wrote that in any of my scripts.