Go open your server's
../addons/eventscripts/_libs/python/spe/__init__.py file, and look for this line:
self.game_name = str(os.path.split(str(es.ServerVar('eventscripts_gamedir')))[1])
Add the following line after that line, with the same spacing (no 'tabs', but 8 'spaces' from the left margin):
es.dbgmsg(0, 'GAMENAME IS: %s' % self.game_name)
So that it now looks like (only, again, 8 'spaces' from the left margin):
self.game_name = str(os.path.split(str(es.ServerVar('eventscripts_gamedir')))[1])
es.dbgmsg(0, 'GAMENAME IS: %s' % self.game_name)
Then, remove
es_load gungame51 from your autoexec.cfg, so that it doesn't load on server startup. Restart the server, and manually type
es_load gungame51 in the server's console, and post the entire output of gungame loading here (using
[code][/code] ).
*Edit: I'll be leaving here in a few, so don't be worried if I don't reply right away. I'll be home sometime tomorrow to help out more.
Satoon