Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Aliases
- alias "loadout" "give weapon_ak47;give weapon_m4a1;give weapon_awp;give weapon_molotov;give weapon_decoy;give weapon_flashbang;give weapon_hegrenade;give weapon_smokegrenade;"
- // Keys to overwrite
- unbind "F6"
- unbind "F8"
- // Binds
- bind "F6" "loadout"
- bind "F8" "toggle host_timescale 1 20"
- // Preparation for offline practice
- sv_cheats "1"
- bot_kick
- god
- sv_infinite_ammo "2"
- sv_regeneration_force_on "1"
- // Inventory and buying
- ammo_grenade_limit_total "6"
- mp_buy_anywhere "1"
- mp_buytime "3600"
- mp_free_armor "2"
- cl_use_opens_buy_menu "0"
- mp_maxmoney "50000"
- mp_startmoney "50000"
- // Team sizing and round duration
- mp_autokick "0"
- mp_autoteambalance "0"
- mp_freezetime "3"
- mp_ignore_round_win_conditions "1"
- mp_limitteams "20"
- mp_respawn_on_death_ct "1"
- mp_respawn_on_death_t "1"
- mp_spectators_max "10"
- // Grenade trajectories
- sv_grenade_trajectory "1"
- sv_grenade_trajectory_dash "1"
- sv_grenade_trajectory_thickness "0.4"
- // Restart & apply
- mp_restartgame "1"
- mp_warmup_end
- say "F6 - Full Loadout"
- say "F8 - Toggle Gamespeed (Remove smokes fast)"
Add Comment
Please, Sign In to add comment