-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprac.cfg
37 lines (36 loc) · 996 Bytes
/
prac.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 1;
ammo_grenade_limit_total 5;
bot_kick;
mp_warmup_end;
//sv_enablebunnyhopping 0;
//sv_autobunnyhopping 0;
//sv_airaccelerate 1000;
sv_grenade_trajectory 1;
sv_grenade_trajectory_time 10;
sv_showimpacts 1;
sv_showimpacts_time 10;
mp_restartgame 1;
mp_ct_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_decoy weapon_incgrenade";
mp_t_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_decoy weapon_molotov";
//PRACTICE CONFIG
bind "i" "bot_add_ct";
bind "o" "bot_add_t";
bind "p" "bot_place";
bot_dont_shoot 1;
bot_stop 1;
bot_knives_only 1;
bot_mimic_yaw_offset 0;
bind "[" "toggle bot_crouch";
bind "]" "toggle bot_mimic";
bind "n" "writeip; con_logfile cfg/banned_ip.cfg; getpos_exact; con_logfile .";
bind "h" "exec banned_ip";