diff options
-rw-r--r-- | bindings-test.cfg | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/bindings-test.cfg b/bindings-test.cfg index 6b013d9..43ce0f0 100644 --- a/bindings-test.cfg +++ b/bindings-test.cfg @@ -1,17 +1,25 @@ echo "-Test-Bindings-" // Round settings -mp_roundtime 60 -mp_roundtime_defuse 60 mp_autoteambalance 0 -mp_maxmoney 60000 -mp_freezetime 0 -mp_buytime 9999 mp_buy_anywhere 1 -ammo_grenade_limit_total 5 +mp_buytime 9999 +mp_freezetime 0 +mp_ignore_round_win_conditions 1 +mp_limitteams 0 +mp_maxmoney 60000 +mp_roundtime 60 +mp_roundtime_defuse 60 +mp_startmoney 60000 +mp_respawn_on_death_ct 1 +mp_respawn_on_death_t 1 + +ammo_grenade_limit_flashbang 1 +ammo_grenade_limit_total 4 + +// Stop & Kick bots +// bot_crouch 1; bot_mimic_yaw_offset 0; bot_mimic 1 bot_stop 1 -// bot_crouch 1 -// bot_mimic_yaw_offset 0; bot_mimic 1 bot_kick // Cheats / Debug informations |