Last active
September 28, 2018 19:42
-
-
Save Delivator/3668b075b0bd0ea33cb0f9cd17187612 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==================== General Server Settings ==================== | |
sv_cheats "1" | |
mp_limitteams "0" | |
mp_autoteambalance "0" | |
mp_roundtime "60" | |
mp_roundtime_defuse "60" | |
mp_maxmoney "60000" | |
mp_startmoney "60000" | |
mp_freezetime "0" | |
mp_buytime "9999" | |
mp_buy_anywhere "1" | |
sv_infinite_ammo "2" | |
ammo_grenade_limit_total "5" | |
mp_solid_teammates "1" | |
mp_maxrounds "99" | |
mp_round_restart_delay "0" | |
// ==================== Grenade & shoot practice settings ==================== | |
sv_grenade_trajectory "1" | |
sv_grenade_trajectory_time "10" | |
sv_showimpacts "1" | |
sv_showimpacts_time "10" | |
// ==================== Kick bot and restart the round ==================== | |
bot_kick | |
mp_warmup_end | |
mp_restartgame "1" | |
// ==================== Add keybinds for teleportation ==================== | |
bind "p" "exec banned_ip" | |
bind "o" "writeip; con_logfile cfg/banned_ip.cfg; getpos_exact; con_logfile ." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment