Firestorm
07-09-2006, 09:39 AM
// DESCRIPTION:
// ============
//
// - This plugin let's you (and any other admin with "BAN"-access)
// join any class you like, even if it's completely restricted,
// or limited and full.
// - No need to kick the guy off your server who's class you want
// to play, simply bring up the menu and choose your class!
// - You can set it to immediately "kill" you and respawn you with
// the new class.
// - Axis playing admins can be allowed to use the two Para classes
// "FG42-Zweibein" (FG42 Bipod) and "FG42-Zielfernrohr" (Scoped FG42)
// on normal maps as well.
// USAGE:
// ======
//
// dod_classmenu_enabled <1/0> = allow/disallow using DoD ClassMenu
// (cvar for amxx.cfg)
//
// dod_classmenu_quickchange <1/0> = enable/disable immediate respawning
// with new class after choosing it
// (cvar for amxx.cfg)
//
// dod_classmenu_allowpara <1/0> = allow/disallow axis to choose FG42
// and Scoped FG42 on non-para maps
// (cvar for amxx.cfg)
//
//
// dodclassmenu = bring up the DoD ClassMenu
// (bind a key to this admin command)
//
// NOTE: the menu closes after 10 seconds
// if you don't make a choice
// CHANGELOG:
// ==========
//
// - 11.04.2005 Version 0.5beta
// Initial Release
// ============
//
// - This plugin let's you (and any other admin with "BAN"-access)
// join any class you like, even if it's completely restricted,
// or limited and full.
// - No need to kick the guy off your server who's class you want
// to play, simply bring up the menu and choose your class!
// - You can set it to immediately "kill" you and respawn you with
// the new class.
// - Axis playing admins can be allowed to use the two Para classes
// "FG42-Zweibein" (FG42 Bipod) and "FG42-Zielfernrohr" (Scoped FG42)
// on normal maps as well.
// USAGE:
// ======
//
// dod_classmenu_enabled <1/0> = allow/disallow using DoD ClassMenu
// (cvar for amxx.cfg)
//
// dod_classmenu_quickchange <1/0> = enable/disable immediate respawning
// with new class after choosing it
// (cvar for amxx.cfg)
//
// dod_classmenu_allowpara <1/0> = allow/disallow axis to choose FG42
// and Scoped FG42 on non-para maps
// (cvar for amxx.cfg)
//
//
// dodclassmenu = bring up the DoD ClassMenu
// (bind a key to this admin command)
//
// NOTE: the menu closes after 10 seconds
// if you don't make a choice
// CHANGELOG:
// ==========
//
// - 11.04.2005 Version 0.5beta
// Initial Release