(default.cfg)
// g_misc [integer]
// This is a bitflag cvar that currently supports the following flags:
// 1 - Enable double jump.
// 2 - Enable binoc master competition. Requires g_weapons 64 to be set.
// (etpubclient >= 20050927 required)
// 8 - Enable killing spree streaks messages (see g_killingSpree)
// 16 - Prohibit jumping if stamina is low (requires etpub client)
// 32 - Players cannot put their heads into other solids when prone/playdead.
// This is the behaviour of etpub 0.5.x. (etpubclient required). If using
// etpubclient before 20050927, this must be enabled.
// [Default: 0]
set g_misc 2,8,16,1 //for some reason it doesnt let me have all of the ones there its
//prob because i havent separated them right…how would i do it?