Hi. I have a clean install of Mani Admin Plugin, GunGame5, and ES Tools. (I uninstalled GG_Utils when I installed SPE_Extensions)
this is the error I'm getting from gg_spawn:
Traceback (most recent call last):
File "/.kernel/srcds_l/cstrike/addons/eventscripts/es.py", line 276, in callBlock
self.Blocks[blockname]()
File "/.kernel/srcds_l/cstrike/addons/eventscripts/gg_spawn/gg_spawn.py", line 25, in respawn
userid = int(es.getargv(1))
ValueError: invalid literal for int() with base 10: ''
I'm a Perl coder, not a Python coder, so I have no clue what's going on.
Will this affect the ability to respawn? I don't care if it spammed a thousand errors as long as it still works.
I'd test it, but at the moment it's just a test server, and obviously, I'd need three people to test spawning.
Edit: Erm, after actually reading it (not just skimming) I see userid = int(es.getargv(1)), so I now see the syntax is gg_spawn userid, but I'm still a bit concerned about the error before that.