Advertisement
Guest User

server.cgf

a guest
Feb 13th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. hostname "FhaeLins CSGO Pug Server"
  2. rcon_password "Acidz123"
  3. sv_password "" //Only set this if you intend to have a private server!
  4. log on //This is set to turn on logging!
  5. mp_freezetime 5 //The amount of time players are frozen to buy items
  6. mp_join_grace_time 15 //The amount of time players can join teams after a round has started
  7. mp_match_end_restart 0 // Defines whether a map should be restarted after a game has ended
  8. sv_cheats 0 //This should always be set, so you know it's not on
  9. sv_lan 0 //This should always be set, so you know it's not on
  10. //**The bot commands below are mostly default with the exception of
  11. bot_difficulty 1
  12. bot_chatter "off"
  13. bot_join_after_player 1
  14. bot_quota 10
  15. bot_quota_mode "fill"
  16. //**The following commands manage kicks and bans
  17. writeid
  18. writeip
  19. exec banned_user.cfg
  20. exec banned_ip.cfg
  21.  
  22. sv_region 0
  23. sv_maxrate 128000
  24. sv_minrate 128000
  25. sv_maxupdaterate 128
  26. sv_minupdaterate 128
  27. sv_maxcmdrate 128
  28. sv_mincmdrate 128
  29. sv_force_transmit_players 0
  30. fps_max 0
  31.  
  32. sv_downloadurl "http://dl.technoblazed.xyz"
  33. sv_allowdownload 1
  34. sv_allowupload 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement