Last active
September 14, 2019 07:22
-
-
Save xsbj/23305e1ce19eefe31b0c to your computer and use it in GitHub Desktop.
Preaim Training
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
//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 | |
//Cache Preaim-Training Mid --- 5 Positions | |
bind "KP_5" "setpos_player 2 -414.96 34.21 -44.90;setpos_player 3 -140.68 399.54 -94.90;setpos_player 4 10.09 24.19 -94.91;setpos_player 5 -98.61 501.10 -32.18;;setpos_player 6 532.20 -119.42 36.09" | |
//Cache Preaim-Training A/Door --- 5 Positions | |
bind "KP_PLUS" "setpos_player 7 20.54 2108.44 -20.80;;setpos_player 8 -255.87 2183.58 -20.90;setpos_player 9 -385.05 2040.16 -21.75;setpos_player 10 197.93 1372.96 -20.90;setpos_player 11 -107.58 1188.96 -21.90;" | |
//Unbind Pos-Commands | |
bind "KP_ENTER" "unbind KP_5; unbind KP_PLUS; bind KP_5; bind KP_PLUS" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment