Advertisement
Guest User

Untitled

a guest
May 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. // Use this file to configure your DEDICATED server.
  2. // This config file is executed on server start.
  3.  
  4. // disable autoaim
  5. sv_aim 0
  6.  
  7. // disable clients' ability to pause the server
  8. pausable 0
  9.  
  10. // default server name. Change to "Bob's Server", etc.
  11. hostname "pGamers.co.il Gathers -1- <sClient>"
  12. rcon_password pgamersgathersrcon
  13.  
  14. // maximum client movement speed
  15. sv_maxspeed 320
  16.  
  17. // 20 minute timelimit
  18. mp_timelimit 0
  19.  
  20. sv_cheats 0
  21.  
  22. // load ban files
  23. exec listip.cfg
  24. exec banned.cfg
  25.  
  26. // rates
  27. sv_cmdrate "101"
  28.  
  29. sv_updaterate "101"
  30.  
  31. rate "25000"
  32.  
  33. sv_stats "1"
  34.  
  35. sv_stat "0"
  36.  
  37. "sv_region "6
  38.  
  39. sv_ticrate "10000.0'
  40.  
  41. "sv_maxcmdrate "101
  42.  
  43. 'sv_mincmdrate "101
  44.  
  45. log off
  46.  
  47. wait64 sv_maxupdaterate "101"
  48.  
  49. sv_minupdaterate "101"
  50.  
  51. sv_maxrate "25000"
  52.  
  53. sv_minrate "23000"
  54.  
  55. sv_maxspeed "320"
  56.  
  57. sv_timeout "65"
  58.  
  59. decalfrequency "10"
  60.  
  61. restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement