Advertisement
toko214

csgo console

Apr 11th, 2020
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.65 KB | None | 0 0
  1. //botmap
  2. sv_cheats 1
  3. mp_freezetime 0
  4. mp_ignore_round_win_conditions 1
  5. mp_respawn_on_death_ct 1
  6. mp_respawn_on_death_t 1
  7. sv_infinite_ammo 2
  8. ammo_grenade_limit_total 5
  9. mp_warmup_end
  10. mp_roundtime_defuse 60
  11. sv_grenade_trajectory 1
  12. sv_grenade_trajectory_dash 1
  13. sv_grenade_trajectory_thickness 0.8
  14. sv_grenade_trajectory_time 10
  15. sv_showimpacts 1
  16. sv_infinite_ammo 1
  17. mp_limitteams 0
  18. mp_autoteambalance 0
  19. mp_buytime 9999
  20. mp_buy_anywhere 1
  21. mp_restartgame 1
  22. mp_maxmoney 65535
  23. mp_startmoney 65535
  24. mp_afterroundmoney 65535
  25. bot_stop 1
  26. bind "p" "bot_place"
  27.  
  28.  
  29. //jumpthrow bind
  30. alias +jumpthrow "+jump;-attack"
  31. alias -jumpthrow "-jump"
  32. bind "x" +jumpthrow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement