Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Code:
  2. sv_password ""
  3. hostname "Coin server"
  4.  
  5. // rcon passsword
  6. rcon_password "123321"
  7. sv_rcon_banpenalty 1
  8. sv_rcon_maxfailures 20
  9. sv_rcon_minfailures 20
  10. sv_rcon_minfailuretime 30
  11.  
  12. // server cvars
  13. sv_stepsize 18
  14. sv_allowupload 1
  15. sv_allowdownload 1
  16. sv_voicecodec voice_speex
  17. sv_voicequality 2
  18. sv_voiceenable 1
  19. mp_footsteps 1
  20. mp_autokick 0
  21. mp_flashlight 1
  22. mp_tkpunish 0
  23. mp_forcecamera 2
  24. mp_forcechasecam 2
  25. mp_logmessages 1
  26. sv_pausable 0
  27. sv_cheats 0
  28. sv_aim 0
  29. sv_maxspeed 320
  30. mp_hostagepenalty 0
  31. mp_allowspectators 1
  32. mp_chattime 3
  33. sv_gravity 800
  34. sv_proxies 0
  35. mp_autoteambalance 1
  36. mp_limitteams 0
  37. mp_friendlyfire 0
  38.  
  39. // round specific cvars
  40. mp_freezetime 0
  41. mp_roundtime 2
  42. mp_startmoney 800
  43. mp_c4timer 35
  44. mp_timelimit 0
  45. mp_maxrounds 100
  46. mp_fraglimit 0
  47. mp_winlimit 0
  48. mp_buytime 0.75
  49.  
  50. // bandwidth rates
  51.  
  52. sv_maxrate "80000"
  53. sv_minrate "10000"
  54. sv_maxupdaterate "100"
  55. sv_minupdaterate "30"
  56. sv_lan "0"
  57.  
  58. // server logging
  59. log off
  60. sv_logbans 1
  61. sv_logecho 0
  62. sv_logfile 0
  63. mp_logdetail 0
  64.  
  65. // operation
  66. sv_contact ""
  67. sv_downloadurl ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement