Advertisement
marchtorment

march_csgo_cvar_practice.cfg

Dec 14th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. // Initialize Task Notification
  2. echo "*************************************************";
  3. echo "* -- CSGO Console Variable Settings by MARCH -- *";
  4. echo "*************************************************";
  5. echo " ";
  6. // CS:GO Server Variables
  7. echo "*************************************************";
  8. echo "* -- CS:GO Server Variables -- *";
  9. echo "*************************************************";
  10. echo " ";
  11. sv_cheats "1"; echo "sv_cheats '1';";
  12. god; echo "god";
  13. sv_infinite_ammo "1"; echo "sv_infinite_ammo '1';";
  14. sv_grenade_trajectory "1"; echo "sv_grenade_trajectory '1';";
  15. sv_grenade_trajectory_thickness ".75"; echo "sv_grenade_trajectory_thickness '.75';";
  16. sv_showimpacts "1"; echo "sv_showimpacts '1';";
  17. echo " ";
  18. // CS:GO Multiplayer Variables
  19. echo "*************************************************";
  20. echo "* -- CS:GO Multiplayer Variables -- *";
  21. echo "*************************************************";
  22. echo " ";
  23. mp_timelimit "60"; echo "mp_timelimit '60';";
  24. mp_roundtime "60"; echo "mp_roundtime '60';";
  25. mp_roundtime_defuse "60"; echo "mp_roundtime_defuse '60';";
  26. mp_freezetime "0"; echo "mp_freezetime '0';";
  27. mp_buytime "3600"; echo "mp_buytime '3600';";
  28. mp_buy_anywhere "1"; echo "mp_buy_anywhere '1';";
  29. mp_startmoney "16000"; echo "mp_startmoney '16000';";
  30. mp_autoteambalance "0"; echo "mp_autoteambalance '0';";
  31. echo " ";
  32. // CS:GO General Bind Variables
  33. echo "*************************************************";
  34. echo "* -- CS:GO General Bind Variables -- *";
  35. echo "*************************************************";
  36. echo " ";
  37. unbind "f1"; echo "unbind 'f1';";
  38. unbind "f2"; echo "unbind 'f2';";
  39. unbind "f3"; echo "unbind 'f3';";
  40. unbind "f4"; echo "unbind 'f4';";
  41. unbind "f5"; echo "unbind 'f5';";
  42. unbind "f6"; echo "unbind 'f6';";
  43. unbind "f7"; echo "unbind 'f7';";
  44. unbind "f8"; echo "unbind 'f8';";
  45. unbind "f9"; echo "unbind 'f9';";
  46. unbind "f10"; echo "unbind 'f10';";
  47. unbind "f11"; echo "unbind 'f11';";
  48. unbind "f12"; echo "unbind 'f12';";
  49. unbind "7"; echo "unbind '7';";
  50. unbind "8"; echo "unbind '8';";
  51. unbind "9"; echo "unbind '9';";
  52. unbind "0"; echo "unbind '0';";
  53. unbind "i"; echo "unbind 'i';";
  54. bind "f1" "noclip"; echo "bind "f1" 'noclip';";
  55. bind "f5" "mp_restartgame 1"; echo "bind "f5" 'mp_restartgame 1';";
  56. echo " ";
  57. // Completed Task Notification
  58. echo "*************************************************";
  59. echo "* -- Custom console variables loaded! -- *";
  60. echo "*************************************************";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement