deinoerd

gyakorló cfg

Apr 28th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. // I always join CT so I add bot to T side
  2. bind "i" "bot_add t"
  3.  
  4. // **MUST HAVE BOT IN SERVER** - bind a key to place a bot
  5. bind "o" "bot_place"
  6.  
  7. // Press this once to get all nades after round restarts
  8. bind "p" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov;give weapon_m4a1; give weapon_ak47;give weapon_awp; give weapon_famas; give weapon_fiveseven; give weapon_g3sg1; give weapon_m4a1_silencer; sv_infinite_ammo 2"
  9.  
  10.  
  11.  
  12. sv_cheats 1 // allow godmode and ammo replenishment
  13. bot_kick // kick all bots
  14. mp_autoteambalance 0
  15. mp_limitteams 0
  16. mp_maxmoney "60000"
  17. mp_startmoney "60000"
  18. mp_buytime "9999"
  19. mp_buy_anywhere "1"
  20. mp_round_restart_delay 0
  21. mp_freezetime 2
  22.  
  23. mp_do_warmup_offine 1
  24. mp_do_warmup_period 1
  25. mp_warmuptime 3600 // 1 hour
  26.  
  27.  
  28. sv_grenade_trajectory 1
  29. sv_grenade_trajectory_time 13
  30. sv_showimpacts 2
  31. ammo_grenade_limit_total 5
  32. bot_stop 1
  33.  
  34. bind m noclip
  35.  
  36. clear
  37. echo yolopush
  38.  
  39. mp_warmuptime 99999; mp_do_warmup_period 1; mp_restartgame 1
Add Comment
Please, Sign In to add comment