Skip to content

Weapons

thomas edited this page Aug 10, 2016 · 11 revisions

This plugins open a Gunmenu to players. Terroists only on EventDays.

Commands

sm_gun / sm_guns / sm_gunmenu - Open the weapon menu if enabled (in EventDays/for CT)
sm_weapon / sm_weapons / sm_weaponsmenu - Open the weapon menu if enabled (in EventDays/for CT)
sm_giveweapon - Open the weapon menu if enabled (in EventDays/for CT)

set your own custom command. take a look at "sm_weapons_cmd"

ConVars

sm_weapons_version - Shows the version of the SourceMod plugin MyJailbreak - Weapons
sm_weapons_cmd: Set your custom chat command for weaponmenu. no need for sm_ or ! . Default "arms" results in !arms /arms & sm_arms
sm_weapons_enable: 0 - disabled, 1 - enable weapons menu - you shouldn't touch these, cause events days will handle them
sm_weapons_ct: 0 - disabled, 1 - enable weapons menu for CT - you shouldn't touch these, cause events days will handle them
sm_weapons_t: 0 - disabled, 1 - enable weapons menu for T - you shouldn't touch these, cause events days will handle them
sm_weapons_spawnmenu: disabled, 1 - enable autoopen weapon menu on spawn if enabled
sm_weapons_awp: 0 - disabled, 1 - enable AWP in weapon menu
sm_weapons_autosniper: 0 - disabled, 1 - enable scar20 & g3sg1 in menu
sm_weapons_tagrenade: 0 - disabled, 1 - warden get a TA grenade with weapons
sm_weapons_warden_healthshot: 0 - disabled, 1 - warden get a healthshot with weapons
sm_weapons_jbmenu: 0 - disabled, 1 - enable autoopen the MyJailbreak menu after weapon given.

Files

/addons/sourcemod/plugins/MyJailbreak/weapons.smx
/addons/sourcemod/scripting/MyJailbreak/weapons.sp
/addons/sourcemod/translation/MyJailbreak.Weapons.phrases.txt

Clone this wiki locally