Guest User

Untitled

a guest
Dec 7th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Hostname "This server is managed with GameCP" // host name
  2. rcon_password "1123" // rcon password
  3.  
  4. sv_password "" //Server Password
  5.  
  6. net_maxfilesize 50
  7. sbox_noclip 0
  8. sbox_plpldamage 1
  9. sbox_godmode 0
  10. sbox_noclip "0"
  11. sbox_godmode "0"
  12. sbox_plpldamage "0"
  13. rp_toolgun "1"
  14.  
  15.  
  16. //Voice Chat
  17. sv_voiceenable 1 // Enable Voice
  18. sv_alltalk 1 // Allow all the teams to talk to each other
  19.  
  20. // Lan
  21. sv_lan 0 // Lol Lan
  22.  
  23. //Rates (Don't change unless you under stand these)
  24. sv_maxcmdrate 33
  25. sv_maxupdaterate 60
  26. sv_maxrate 0
  27. sv_minrate 2000
  28. sv_minupdaterate 20
  29.  
  30. //Fall Damage, 1 for realistic, 0 for 10 hp
  31. mp_falldamage 0
  32.  
  33. //How fast a Spray can be Sprayed, In seconds
  34. decalfrequency 30
  35.  
  36. // LOGGING
  37. sv_logbans 1
  38. sv_stats 1
  39. log 1
  40.  
  41. //Leave off unless you want them on. (Most things that crash servers are cheats.)
  42. sv_cheats 0
  43.  
  44. //Downloading
  45. sv_downloadurl ""
  46. sv_allowdownload 1
  47. sv_allowupload 1
  48. net_maxfilesize 20
  49.  
  50. "sv_lan" "0"
  51. "maxplayers" "12"
  52. "sbox_allownpcs" "0"
  53. "sbox_maxprops" "15"
  54. "sbox_maxragdolls" "0"
  55. "sbox_maxnpcs" "0"
  56. "sbox_maxballoons" "0"
  57. "sbox_maxeffects" "0"
  58. "sbox_maxdynamite" "0"
  59. "sbox_maxlamps" "0"
  60. "sbox_maxthrusters" "5"
  61. "sbox_maxwheels" "4"
  62. "sbox_godmode" "0"
  63. "sbox_plpldamage" "1"
  64. "sbox_playergod" "0"
  65. "sbox_noclip" "0"
  66. "sbox_maxhoverballs" "0"
  67. "sbox_maxvehicles" "2"
  68. "sbox_maxbuttons" "5"
  69.  
  70.  
  71. sv_region 0
  72. sv_timeout 65
  73.  
  74. //If you want something to not be executed put it like this
  75. //sv_cheats 1
  76.  
  77. //Make sure the Bans are loaded
  78. exec banned_user.cfg
Add Comment
Please, Sign In to add comment