Skip to content

Instantly share code, notes, and snippets.

@xsbj
Last active February 9, 2017 09:10
Show Gist options
  • Save xsbj/b65d765690888c8be9da to your computer and use it in GitHub Desktop.
Save xsbj/b65d765690888c8be9da to your computer and use it in GitHub Desktop.
Preaim Training
//Server must run Casual Gamemode (game_mode 0;game_type 0)
//You have to join T-Side
//Generall Settings
maxplayers 16
sv_infinite_ammo 1
sv_cheats 1
mp_warmup_end
mp_startmoney 16000
mp_buy_anywhere 1
mp_buytime 999999
mp_roundtime_defuse 99999
mp_join_grace_time 99999
mp_respawn_on_death_ct 1
mp_limitteams 30
mp_autoteambalance 0
mp_freezetime 0
mp_radar_showall 1
mp_death_drop_defuser 0
mp_death_drop_grenade 0
mp_death_drop_gun 0
bot_stop 1
bot_dont_shoot 1
mp_restartgame 1
//Add Bots (10)
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
//Inferno Preaim-Training Banana --- 4 Positions
bind "KP_5" "setpos_player 2 381.47 2116.33 197.48;setpos_player 3 813.15 1939.41 194.96;setpos_player 4 785.16 2256.24 195.71;setpos_player 5 815.96 2112.51 195.92;"
//Inferno Preaim-Training B-Site --- 5 Positions
bind "KP_PLUS" "setpos_player 2 948.12 2757.18 196.54;setpos_player 3 524.58 3129.70 276.59;setpos_player 4 59.35 2660.87 224.16;setpos_player 5 134.07 3065.75 224.12;setpos_player 6 60.37 2545.03 224.09;"
//Inferno Preaim-Training Mid/A-Site --- 10 Positions
bind "KP_MINUS" "setpos_player 2 1521.80 1045.65 220.00;setpos_player 3 1593.24 2.55 190.36;setpos_player 4 1337.28 -107.9 193.56;setpos_player 5 2529.58 -52.46 144.09;setpos_player 6 1985.5498 -157.4090 144.0938;setpos_player 7 2232.23 189.05 191.81;"
bind "KP_MULTIPLY" "setpos_player 8 2007.96 483.62 224.09;setpos_player 9 1871.96 1325.67 224.09;setpos_player 10 2564.09 1142.30 215.09;setpos_player 11 2025.71 -176.89 310.09;"
//Inferno Preaim-Training Appartments --- 4 Positions
bind "KP_RIGHTARROW" "setpos_player 2 1292.41 -284.89 310.09;setpos_player 3 1215.11 180.84 225.86;setpos_player 4 1903.96 -242.01 310.09;setpos_player 5 992.22 -316.03 310.09;"
//Unbind Pos-Commands
bind "KP_ENTER" "unbind KP_5; unbind KP_PLUS;unbind KP_RIGHTARROW; unbind KP_MULTIPLY; unbind KP_MINUS;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment