Advertisement
Alvmarken

server.cfg

May 12th, 2014
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. hostname "[WC-anka] - Born to Clean - CSGO Public Server"
  2. host_name_store 1
  3. host_info_show 2
  4. host_players_show 2
  5. rcon_password "Sätttillnåtvettigt"
  6. sv_password "" //**Only set this if you intend to have a private server!
  7. sv_region "3"
  8.  
  9. mp_freezetime "5" //**The amount of time players are frozen to buy items
  10. mp_join_grace_time "15" //**The amount of time players can join teams after a round has started
  11. mp_match_end_restart "0" //**Defines whether a map should be restarted after a game has ended
  12. sv_cheats "0" //**This should always be set, so you know it's not on
  13. sv_lan "0" //**This should always be set, so you know it's not on
  14.  
  15. //**Bot settings
  16. bot_join_after_player "0"
  17.  
  18. sv_allow_lobby_connect_only "0"
  19. sv_dc_friends_reqd "0"
  20. sv_hibernate_postgame_delay "0"
  21. sv_reservation_timeout "45"
  22.  
  23. //**The following commands manage kicks and bans
  24. exec banned_user.cfg
  25. exec banned_ip.cfg
  26.  
  27. writeid
  28. writeip
  29.  
  30. //Others
  31. sv_pure "1"
  32. sv_allowupload "0"
  33. sv_allowdownload "1"
  34. sv_hibernate_when_empty "0"
  35. sv_forcepreload "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement