*******************************************************************************
* v5.1.414 *
* GUNGAME v5.1 ERROR LOGGING *
*
HTTP://WWW.GUNGAME5.COM/ *
* *
* GG VERSION: 5.1.421 IP: LOCALHOST *
* SPE VERSION: 1.5.0f r74 PORT: 27016 *
* PLATFORM: NT DATE: 04-18-2010 *
* ES VERSION: 2.0.0.252 ES CORE VERSION: 2.0.0.250i *
* MM VERSION: 0 SM VERSION: 0 *
* MANI VERSION: 1.2T VSP EST VERSION: 0 *
* *
*******************************************************************************
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LAST EVENT: [04/23/2010 @ 20:51:34] TOTAL OCCURENCES: [0001]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Traceback (most recent call last):
File "../eventscripts/es.py", line 225, in clientCommand
response = cmdfilter(userid, argv)
File "../eventscripts/gungame51/scripts/included/gg_dead_strip/gg_dead_strip.py", line 155, in drop_filter
curWeapon = getPlayer(userid).attributes['weapon']
File "../eventscripts/_libs/python/playerlib.py", line 1277, in getPlayer
raise e
UseridError: '333' is an invalid userid
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LAST EVENT: [04/23/2010 @ 21:13:05] TOTAL OCCURENCES: [0001]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Traceback (most recent call last):
File "../eventscripts/es.py", line 204, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "../eventscripts/gungame51/core/addons/__init__.py", line 434, in call_event
current_event[name](event_var)
File "../eventscripts/gungame51/scripts/included/gg_warmup_round/gg_warmup_round.py", line 193, in player_spawn
if int(event_var['es_userteam']) < 2 or getPlayer(userid).isdead:
File "../eventscripts/_libs/python/playerlib.py", line 1277, in getPlayer
raise e
UseridError: '367' is an invalid userid
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LAST EVENT: [04/27/2010 @ 21:47:59] TOTAL OCCURENCES: [0005]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Traceback (most recent call last):
File "../eventscripts/es.py", line 204, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "../eventscripts/gungame51/core/addons/__init__.py", line 434, in call_event
current_event[name](event_var)
File "../eventscripts/gungame51/scripts/included/gg_random_spawn/gg_random_spawn.py", line 85, in player_activate
loadRandomPoints(event_var['userid'])
File "../eventscripts/gungame51/scripts/included/gg_random_spawn/gg_random_spawn.py", line 127, in loadRandomPoints
es.setindexprop(index, 'CBaseEntity.m_vecOrigin', '%s,%s,%s' % (spawn[0], spawn[1], spawn[2]))
IndexError: list index out of range