Advertisement
Guest User

Untitled

a guest
Oct 31st, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. hostname "SMOOTHEST RAMPS NA"
  2. sv_tags "surf,surf_,surfing,csgo"
  3. sv_airaccelerate 1000
  4.  
  5. mp_freezetime 5 //The amount of time players are frozen to buy items
  6. mp_join_grace_time 30 //The amount of time players can join teams after a round has started
  7. sv_cheats 0 //This should always be set, so you know it's not on
  8. //**The bot commands below are mostly default with the exception of
  9.  
  10. bot_quota 0
  11.  
  12. //**The following commands manage kicks and bans
  13. exec banned_user.cfg
  14. exec banned_ip.cfg
  15.  
  16. //The output file will be located in the csgo folder of your dedicated server
  17. cvarlist log cvarlist.txt
  18.  
  19. //contanct info
  20.  
  21. sm_contact_url "http://steamcommunity.com/profiles/76561198047527668/"
  22.  
  23.  
  24. //VOLUME ROUND SOUND
  25. snd_musicvolume 0
  26. volume 0
  27.  
  28.  
  29. // Download Settings //
  30. sv_allowupload 1
  31. sv_allowdownload 1
  32. net_maxfilesize 256
  33. sv_downloadurl "http://24.179.171.123/csgo/"
  34.  
  35. mp_do_warmup_period 0
  36. mp_autoteambalance 0
  37. mp_spectators_max 100
  38. mp_autokick 0
  39.  
  40. writeid
  41. writeip
  42. exec autoexec
  43.  
  44. THIS IS THE AUTOEXEC
  45. log on
  46. sv_password "****"
  47. rcon_password ""
  48. sv_allowupload 1
  49. sv_allowdownload 1
  50. sv_downloadurl "http://24.179.171.123/csgo/"
  51. net_maxfilesize "256"
  52. mp_free_armor 1
  53. bot_kick
  54. sv_pure 0
  55. sv_infinite_ammo 2
  56. mp_warmuptime 0
  57. bot_quota 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement