Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map cs_militia +sv_setsteamaccount <Login_Token> -net_port_try 1 -hltv +tv_enable 1
  2.  
  3. mp_forcecamera 1 // Set to 1 for team only spectating.
  4. mp_warmuptime 0
  5. bot_difficulty 3
  6. bot_quota 10
  7. mp_force_pick_time 30
  8. mp_startmoney 2000
  9. spec_replay_enable 1
  10.  
  11. log on //This is set to turn on logging! Don't put this in your server.cfg
  12. hostname "CSGO Dedicated Server"
  13. rcon_password "*****"
  14. sv_password "*****" //Only set this if you intend to have a private server!
  15. sv_cheats 0 //This should always be set, so you know it's not on
  16. sv_lan 0 //This should always be set, so you know it's not on
  17. exec banned_user.cfg
  18. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement