Page 1 of 1

Strange errors

PostPosted: Wed Jul 18, 2012 8:10 am
by comradefuzz90
# ================================================
# >> GunGame 5.1 Exception Caught!
# ================================================
Traceback (most recent call last):
File "../eventscripts/es.py", line 269, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "../eventscripts/gungame51/core/addons/events.py", line 130, in _call_event

File "../eventscripts/gungame51/modules/gameevents.py", line 165, in player_spaw
n
File "../eventscripts/_libs/python/playerlib.py", line 1294, in getPlayer
raise e
UseridError: '134' is an invalid userid
# ================================================



Any ideas? The server still runs fine. Just no level sounds and what not :/

PostPosted: Wed Jul 18, 2012 8:03 pm
by tnarocks
for the no sounds just upgrade to the new eventscripts.. http://forums.eventscripts.com/viewtopi ... 28&t=45806 and make sure you edit /cstrike/cfg/gungame51/gg_en_config.cfg change it from no sound back to defualt

// ============================================================================
// >> SOUND PACK
// ============================================================================
// Notes:
// * Sound packs are located in "../cstrike/cfg/gungame51/sound_packs".
// * The INI file names located in the "sound_packs" directory minus the
// ".ini" extension are what you would use when declaring the default
// sound pack that players will hear when sounds are played.
// Default Value: "default"

// Controls which sound pack will be used by default.
gg_soundpack "default"