GunGame:SM is a SourceMod plugin that changes the gameplay of CS:Source.

It has the following features:
  • Objective Bonus (Give a level on planting or defusing the bomb)
  • Afk player management system
  • Configurable weapon order list.
  • Handicap Mode for late joiners. (Level given base on average of all players).
  • Top10 ranking and player wins tracking.
  • Allow bots to win the game if enabled.
  • Knife Pro (A player can steal a level from another player by knifing them only if enabled).
  • Knife Elite (Forces the client only use a knife after they level up).
  • Turbo Mode (This fun mode gives you your next weapon immediately when you level up)
  • Map config setting or Map prefix map setting. ie (config-de_dust.cfg or config-de.cfg)
  • If you do not still understand it. Just play it.


GunGame:SM is freeware under GPL license.



The original GunGame was designed and developed by cagemonkey @ http://www.cagemonkey.org under the Eventscripts engine. This was a total rewrite from scratch of GunGame:SM for the SourceMod engine for CS:Source.

The reason it was written from scratch is because the Eventscripts engine language is just a bad design. Also SourceMod has a different coding struture similar to C. If you were coming from other programming languages like SourcePawn, AMX Pawn, php, html, C++ which is easier to read and pickup faster than Eventscripts for me. Eventscripts language is just very hard and confusing for me to read.