===========================
Say Commands
===========================
/gunlist - Displays a list of all the gun names.
/gunbinding - Displays help on how to bind guns to a key.
/gunmenu - Displays a gun choice menu players can use to select their wanted gun.
/gunsave - Will toggle saving last gun choice for a player removing the need to manually request it.
===========================
Weapons
===========================
say /garand
say /scopedk98
say /thompson
say /stg44
say /springfield
say /k98
say /bar
say /mp40
say /mg42
say /30cal
say /carbine
say /mg34
say /greasegun
say /fg42
say /k43
say /enfield
say /sten
say /bren
say /bazooka
say /panzerschreck
say /piat
say /scopedfg42
say /scopedenfield
===========================
CVARs
===========================
swm_wm | 0 = off | 1 = on
- Enables or disables the weaponsmod plugin. Default on.
swm_changes | x
- Sets how times a player can change their weapons between respawn/rounds. Default 2.
swm_delay | x
- Sets delay in seconds before a player can get another weapon after choosing one. Setting this too
low will allow clients to continually get guns and could eat your server alive. AMXMODX flood
protection will limit the abillity of setting as well. Default 5.
swm_max_weaponname | replace "weaponname" with corresponding weapon name | 0 = disable weapon
- Replace weaponname with the weapon's name. Allows you to specify a max for each weapon. These are
the internal class maximums for use when class restrictions are enabled and class restriction type
is set to global. Default 5 for all classes.
swm_disable_"weaponname" | 0 = disable | 1 = enable
- Disables a specific weapon when you want to force players to use the default DoD class menu.
Default is disabled for all weapons.
swm_help | 0 = off | 1 = on
- Allows players to say /gunlist in chat to receive a list of all the available gun choices.
Default on.
swm_class_restrict | 0 = off | 1 = on
- Enables or disables whether class restrictions are enforced. Default off.
swm_restrict_type | 0 = per map | 1 = global
- Lets you choose restrictions per a map's config or through global max weapon CVARs. Default per
map. Default per map.
swm_menu_restrict | 0 = off | 1 = on
- Enables or disables setting server class restrictions which effect the state of class choices in
the default DoD class menu. This is not to be confused with the weapons mod menu. Default off.
swm_gunsave | 0 = off | 1 = on
- Enables or disables the automatic last weapon chosen giving on respawn system. Default on.
swm_notify | 0 = off | 1 = on
- Enables or disables telling new joining players of this weapons mod features. Default on.
swm_remove | 0 = off | 1 = on
- Enables or disables removing all weapon entities. This will remove any and all weapons that aren't
being used by a player. Default off.
swm_give_menu | 0 = off | 1 = on
- Enables or disables the weapons mod weapon give menu. Default on.