Zune5 has written
Hey lee, just a suggestion for your gungame script, if you knife someone than you should be brought back a level except if your ACTUALLY on the level knife (Level 21?)
Like a knife steal? Yeah, sure, just add
1
2
3
4
5
2
3
4
5
if w == Knife then 	--Let the quakeMod do the usual humiliation stuff 	gg.setlevel(k, gg.players[k].level+1, true) 	gg.setlevel(v, gg.players[v].level-1, true) end
before the last if statement in the hook_kill function.