2024-09-07 15:06:58 +10:00

27 lines
602 B
INI

// ZACH PARR PERSONAL, zach.cfg
// GOD MODE
//god
// KEY BINDINGS
//bind W "+forward" // WASD movement controls with connected keyboard
//bind A "+moveleft"
//bind S "+back"
//bind D "+moveright"
//bind SPACE "+moveup" // Jump to space bar
//EASY KILLSTREAK ACCESS
bind 1 "scr_givekillstreak tank"
bind 2 "scr_givekillstreak atbr"
//EASY AMMO ACCESS
bind = "player_sustainammo 1"
bind - "player_sustainammo 0"
//NOTE TO SELF, can bind a single key to multiple commands
//example:
//bind 1 "set player_sustainammo 1; set player_sustainammo 0"
//DVARS
set player_sustainammo 1