Weapon slot spawn order cvars (not in menus yet)
This commit is contained in:
parent
43bea0d22a
commit
dff690c46d
3 changed files with 31 additions and 8 deletions
|
|
@ -125,6 +125,15 @@ nosave bool swwm_skipskill = false; // skips skill confirmations
|
|||
nosave bool swwm_hudtrimammo = false; // only show ammo for owned weapons
|
||||
nosave bool swwm_hudmugshot = true; // show an animated mugshot in the hud
|
||||
nosave bool swwm_nointroex = false; // does not play the "explosions" intro sequence
|
||||
server bool swwm_slot2spawn = false; // invert first spawn order for these weapon slots (note: slot2spawn changes which pistol type you start with)
|
||||
server bool swwm_slot3spawn = false;
|
||||
server bool swwm_slot4spawn = false;
|
||||
server bool swwm_slot5spawn = false;
|
||||
server bool swwm_slot6spawn = false;
|
||||
server bool swwm_slot7spawn = false;
|
||||
server bool swwm_slot8spawn = false;
|
||||
server bool swwm_slot9spawn = false;
|
||||
server bool swwm_slot0spawn = false;
|
||||
|
||||
// minimap settings
|
||||
nosave bool swwm_mm_enable = true; // show a minimap below the score counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue