mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-19 07:42:54 +00:00
27 lines
602 B
INI
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
|