Source Python Extensions written by your-name-here is a plugin that allows access to sigscanning which is required for respawning players. It has since been updated with the signature for respawning players, which Valve broke in the last update. I would go into more detail, but I will give you the link if you are interested in scripting with SPE: http://forums.eventscripts.com/viewtopi ... 624#269624
For those of you that simply need a replacement for your existing respawn commands, I have uploaded an attachment. This attachment is to be installed in:
...where "<MOD>" is likely to be "cstrike".
Then, you need to add the following line to your autoexec.cfg ABOVE es_load gungame:
es_load gg_spawn
es_load gungame
...
The command name is "gg_spawn", which is the same as GunGame Utils. If you have GunGame Utils installed on your server, since it is broken, I recommend you remove it until the author has had a chance to update it. In the meantime, this is a viable solution. Therefore, you need to change the variable gg_respawn_cmd to "gg_spawn" if it is anything other than that (located in the cfg/gungame/gg_en_config.cfg).
The package attached is Source Python Extensions 1.5.0a and a custom python script (written to be used with EventScripts) called "gg_spawn".