Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. // Server Name
  2. hostname ""
  3. //Hostname for the server, will show up in server browsers.
  4.  
  5. // RCON Password
  6. rcon_password "123change"
  7. //Rcon password. If nothing in the quotes then RCON is disabled. We suggest you
  8.  
  9. // Private Server Password
  10. sv_password ""
  11. //Leave blank unless you want your server set as private.
  12.  
  13.  
  14. // Server CVARs
  15. mp_friendlyfire "1"
  16. mp_autoteambalance "0"
  17. mp_autokick "0"
  18. mp_tkpunish "0"
  19. sv_alltalk "0"
  20. sv_deadtalk "0"
  21. sv_alltalk "0"
  22. sv_full_alltalk "0"
  23. sv_alltalk "0"
  24. sv_pausable "1"
  25. mp_limitteams "0"
  26. sv_cheats "0"
  27. sv_lan "0"
  28. sv_region "255"
  29. mp_autoteambalance "0"
  30. mp_spectators_max "10"
  31. mp_c4timer 40
  32.  
  33. writeid
  34. writeip
  35. exec banned_user.cfg
  36. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement