I am baffled as I have not touched the server and it was working last week fine, and all of a sudden it stopped working.
I hope any of you can help me out with this. I did find another thread with the exact same problem but his problem was fixed as he has a missing sound file for his win music, I can assure you my sound file is present.
Here is my error logging file:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LAST EVENT: [12/12/2010 @ 19:18:47] TOTAL OCCURENCES: [0004]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Traceback (most recent call last):
File "../eventscripts/es.py", line 279, in tick
x()
File "../eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "../eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "../eventscripts/gungame51/core/players/afk.py", line 36, in reset
self.total = self.calculate()
File "../eventscripts/gungame51/core/players/afk.py", line 47, in calculate
'CCSPlayer.m_angEyeAngles[0]')) + /
TypeError: int() argument must be a string or a number, not 'NoneType'
I hope someone can help me out with understanding the last two lines of code, I think they may be my problem. Something to do with my AFK manager, I really have a hard time understanding what it is trying to tell me though.
Any help is appreciated
-Infinity