Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. //Server.cfg
  2.  
  3. hostport 27015 //Port used for the Server
  4.  
  5. Hostname "CDP Cinemas" // Host name
  6. rcon_password "" // rcon password
  7.  
  8. sv_password "" //Server Password
  9.  
  10.  
  11. gamemode "cinema"
  12.  
  13.  
  14. //Voice Chat
  15. sv_voiceenable 1 // Enable Voice
  16. sv_alltalk 0 // Allow all the teams to talk to each other
  17.  
  18. // Lan
  19. sv_lan 0 // Lol Lan
  20.  
  21. //Rates (Don't change unless you under stand these)
  22. sv_maxcmdrate 33
  23. sv_maxupdaterate 60
  24. sv_maxrate 0
  25. sv_minrate 2000
  26. sv_minupdaterate 20
  27.  
  28.  
  29. //Fall Damage, 1 for realistic, 0 for 10 hp
  30. mp_falldamage 1
  31.  
  32. //How fast a Spray can be Sprayed, In seconds
  33. decalfrequency 60
  34.  
  35. // LOGGING
  36. sv_logbans 1
  37. sv_stats 1
  38. log 1 //Turn this off if you don't like the logging in the console (L <date> then some other stuff), logs are in garrysmod/logs
  39.  
  40. //Leave off unless you want them on. (Most things that crash servers are cheats.)
  41. sv_cheats 0
  42. sv_region 0
  43. sv_timeout 65
  44.  
  45. //Make sure the Bans are loaded
  46. exec banned_user.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement