Skip to content

Instantly share code, notes, and snippets.

@CoolOppo
Last active August 29, 2015 14:00
Show Gist options
  • Save CoolOppo/11339186 to your computer and use it in GitHub Desktop.
Save CoolOppo/11339186 to your computer and use it in GitHub Desktop.
Game pause script

Want to paste it straight into the console?

bind v noclip;sv_allow_wait_command 1;sv_cheats 1;mp_warmuptime 5;mp_warmuptime_all_players_connected 0;mp_warmup_end;mp_afterroundmoney 256000;mp_autokick 0;mp_autoteambalance 0;mp_buy_anywhere 1;mp_buytime 999999;mp_free_armor 1;mp_freezetime 0;mp_friendlyfire 0;mp_limitteams 30;mp_maxmoney 256000;mp_respawn_on_death_ct 1;mp_respawn_on_death_t 1;mp_respawnwavetime_ct 1;mp_respawnwavetime_t 1;mp_roundtime 60;mp_roundtime_defuse 60;mp_roundtime_hostage 60;mp_startmoney 256000;sv_infinite_ammo 1;mp_humanteam CT;bot_join_team T;bot_quota 3;bot_quota_mode normal;bot_stop 1;mp_restartgame 1
bind v noclip
sv_allow_wait_command 1
sv_cheats 1
mp_warmuptime 5
mp_warmuptime_all_players_connected 0
mp_warmup_end
mp_afterroundmoney 256000
mp_autokick 0
mp_autoteambalance 0
mp_buy_anywhere 1
mp_buytime 999999
mp_free_armor 1
mp_freezetime 0
mp_friendlyfire 0
mp_limitteams 30
mp_maxmoney 256000
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
mp_respawnwavetime_ct 1
mp_respawnwavetime_t 1
mp_roundtime 60
mp_roundtime_defuse 60
mp_roundtime_hostage 60
mp_startmoney 256000
sv_infinite_ammo 1
mp_humanteam CT
bot_join_team T
bot_quota 3
bot_quota_mode normal
bot_stop 1
mp_restartgame 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment