06/28/11 11:41:58
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/nadetrail/nadetrail.py", line 69, in round_start
clear()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/nadetrail/nadetrail.py", line 57, in clear
for index in locations:
RuntimeError: dictionary changed size during iteration
06/28/11 12:34:34
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1855, in unsendid
if pUserid in gUsers:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1570, in __contains__
playerlib.getPlayer(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 13:35:32
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 344, in callBlock
self.Blocks[blockname]()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 182, in callbackSay
cmd_manager.callback(cmd_manager.say_commands, es.getargv(0).lower())
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 112, in callback
cmdlist[name].execute(self.CMDArgs(es.getargv(x) for x in xrange(1, es.getargc())))
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 244, in execute
self.callback(userid, args)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/custom/gg_cheap_equip/gg_cheap_equip.py", line 95, in cheap_equip_command
if ggPlayer.equipUses >= gg_cheap_equip_uses:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 355, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'BasePlayer' object has no attribute 'equipUses'
06/28/11 13:35:33
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 432, in call_event
current_event[name](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_warmup_round/gg_warmup_round.py", line 219, in player_spawn
if getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
raise e
UseridError: '144' is an invalid userid
06/28/11 13:35:33
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/gungame51.py", line 484, in player_spawn
if getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
raise e
UseridError: '144' is an invalid userid
06/28/11 14:55:11
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 344, in callBlock
self.Blocks[blockname]()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 173, in callbackServer
cmd_manager.callback(cmd_manager.server_commands, es.getargv(0))
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 112, in callback
cmdlist[name].execute(self.CMDArgs(es.getargv(x) for x in xrange(1, es.getargc())))
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 207, in execute
self.callback(args)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/corelib/es_install/es_install.py", line 94, in install_cmd
installer = installlib.getInstaller(basename)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/installlib.py", line 273, in getInstaller
addon = Addon(basename, addon_file) if addon_file else esamlib.getAddon(basename, log)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/esamlib.py", line 389, in getAddon
xml = ElementTree.XML(data).find('addon')
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 963, in XML
parser.feed(text)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1245, in feed
self._parser.Parse(data, 0)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1177, in _start_list
tag = fixname(tag)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1164, in _fixname
self._names[key] = name = self._fixtext(name)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1152, in _fixtext
return _encode(text, "ascii")
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 751, in _encode
return s.encode(encoding)
LookupError: no codec search functions registered: can't find encoding
06/28/11 15:07:05
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 482, in give_weapon
raise GunGameError(error)
GunGameError: Unable to give player weapon (195): is not alive.
06/28/11 15:49:47
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 742, in unload
AddonManager().unload(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 325, in unload
self.remove_dependencies_conflicts(name)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 487, in remove_dependencies_conflicts
% ('", "'.join(dependencies[name])) + 'sub-addon "%s"' % name)
DependencyError: Loaded sub-addon(s) "gg_elimination" depend on sub-addon "gg_dead_strip"
06/28/11 16:09:59
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 742, in unload
AddonManager().unload(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 325, in unload
self.remove_dependencies_conflicts(name)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 487, in remove_dependencies_conflicts
% ('", "'.join(dependencies[name])) + 'sub-addon "%s"' % name)
DependencyError: Loaded sub-addon(s) "gg_elimination" depend on sub-addon "gg_dead_strip"
06/28/11 16:28:38
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 482, in give_weapon
raise GunGameError(error)
GunGameError: Unable to give player weapon (213): is not alive.
06/28/11 16:30:01
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 432, in call_event
current_event[name](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_warmup_round/gg_warmup_round.py", line 219, in player_spawn
if getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
raise e
UseridError: '269' is an invalid userid
06/28/11 16:34:48
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1549, in refreshPopup
return self.updatePopup(p)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1541, in updatePopup
self.handleQueue()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1418, in handleQueue
menudisplay = qpopup.checkCache(self.userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 615, in checkCache
userlang = self.i_userlang(int(userid))
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 110, in i_userlang
user = gUsers[int(userid)]
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1584, in __getitem__
nuser = playerlib.getPlayer(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:47:20
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 344, in callBlock
self.Blocks[blockname]()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 182, in callbackSay
cmd_manager.callback(cmd_manager.say_commands, es.getargv(0).lower())
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 112, in callback
cmdlist[name].execute(self.CMDArgs(es.getargv(x) for x in xrange(1, es.getargc())))
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 244, in execute
self.callback(userid, args)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/custom/gg_cheap_equip/gg_cheap_equip.py", line 75, in cheap_equip_command
,prefix=True)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/messaging/shortcuts.py", line 13, in msg
MessageManager().msg(filter, string, tokens, prefix)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/messaging/__init__.py", line 254, in msg
% (prefix, self.__format_string(string, tokens, filter)))
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/messaging/__init__.py", line 186, in __format_string
language = getPlayer(userid).getLanguage()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:23
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/afk.py", line 37, in reset
self.total = self.calculate()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/afk.py", line 48, in calculate
'CCSPlayer.m_angEyeAngles[0]')) + \
TypeError: int() argument must be a string or a number, not 'NoneType'
06/28/11 16:49:23
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
if not getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:23
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 178, in tick
_executenode(task)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
if not getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:23
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 178, in tick
_executenode(task)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
if not getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:23
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 178, in tick
_executenode(task)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
if not getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:24
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
if not getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:24
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_spawn_protect/gg_spawn_protect.py", line 191, in endProtect
pPlayer = getPlayer(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:24
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
if not getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
06/28/11 16:49:24
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
if not getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
"/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1855, in unsendid
if pUserid in gUsers:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1570, in __contains__
playerlib.getPlayer(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server