Advertisement
Guest User

server

a guest
Feb 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. // server name
  2. hostname "Name"
  3.  
  4. // rcon passsword
  5. rcon_password "Pass"
  6.  
  7. // server cvars
  8. sv_defaultgamemode sandbox
  9. mp_friendlyfire 0
  10. mp_footsteps 1
  11. mp_autoteambalance 1
  12. mp_autokick 0
  13. mp_flashlight 0
  14. mp_tkpunish 1
  15. mp_forcecamera 0
  16. sv_alltalk 0
  17. sv_pausable 0
  18. sv_cheats 0
  19. sv_consistency 1
  20. sv_allowupload 1
  21. sv_allowdownload 1
  22. sv_maxspeed 320
  23. mp_limitteams 2
  24. mp_hostagepenalty 5
  25. sv_voiceenable 1
  26. mp_allowspectators 1
  27. mp_chattime 10
  28. sv_timeout 65
  29.  
  30. // round specific cvars
  31. mp_freezetime 6
  32. mp_roundtime 5
  33. mp_startmoney 800
  34. mp_c4timer 45
  35. mp_fraglimit 0
  36. mp_maxrounds 0
  37. mp_winlimit 0
  38. mp_playerid 0
  39. mp_spawnprotectiontime 5
  40.  
  41. // bandwidth rates/settings
  42. sv_minrate 0
  43. sv_maxrate 20000
  44. decalfrequency 10
  45. //Do not change these settings
  46. sv_maxupdaterate 75
  47. sv_minupdaterate 10
  48.  
  49. // server logging
  50. log off
  51. sv_logbans 0
  52. sv_logecho 1
  53. sv_logfile 1
  54. sv_log_onefile 0
  55.  
  56. // operation
  57. sv_lan 0
  58. sv_region 255
  59.  
  60. // execute ban files
  61. exec banned_user.cfg
  62. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement