Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. // Hostname for server.
  2. hostname "ClassicPurpleRP - [Vape] [Mining] [Unboxing] [Bitcoin] [Weed/Meth]"
  3. // Server password - for private servers.
  4. sv_password ""
  5.  
  6. // Server Logging
  7. log on
  8. sv_logbans 1
  9. sv_logecho 1
  10. sv_logfile 1
  11. sv_log_onefile 0
  12. lua_log_sv 0
  13.  
  14. sv_rcon_banpenalty 0
  15. sv_rcon_maxfailures 20
  16. sv_rcon_minfailures 20
  17. sv_rcon_minfailuretime 20
  18.  
  19. // Network Settings
  20. sv_downloadurl ""
  21. sv_loadingurl ""
  22. net_maxfilesize 64
  23. sv_maxrate 0
  24. sv_minrate 800000
  25. sv_maxupdaterate 66
  26. sv_minupdaterate 33
  27. sv_maxcmdrate 66
  28. sv_mincmdrate 33
  29.  
  30. // Server Settings
  31. sv_airaccelerate 100
  32. sv_gravity 600
  33. sv_allow_wait_command 0
  34. sv_allow_voice_from_file 0
  35. sv_turbophysics 0
  36. sv_max_usercmd_future_ticks 12
  37. gmod_physiterations 4
  38. sv_client_min_interp_ratio 1
  39. sv_client_max_interp_ratio 2
  40. think_limit 20
  41. sv_region 0
  42. sv_noclipspeed 5
  43. sv_noclipaccelerate 5
  44. sv_lan 0
  45. sv_alltalk 1
  46. sv_contact youremail@changeme.com
  47. sv_cheats 0
  48. sv_allowcslua 0
  49. sv_pausable 0
  50. sv_filterban 1
  51. sv_forcepreload 1
  52. sv_footsteps 1
  53. sv_voiceenable 1
  54. sv_voicecodec vaudio_speex
  55. sv_timeout 120
  56. sv_deltaprint 0
  57. sv_allowupload 0
  58. sv_allowdownload 0
  59.  
  60. // Sandbox Settings
  61. sbox_noclip 0
  62. sbox_godmode 0
  63. sbox_weapons 0
  64. sbox_playershurtplayers 1
  65. sbox_maxprops 300
  66. sbox_maxragdolls 50
  67. sbox_maxnpcs 10
  68. sbox_maxballoons 10
  69. sbox_maxeffects 0
  70. sbox_maxdynamite 0
  71. sbox_maxlamps 5
  72. sbox_maxthrusters 20
  73. sbox_maxwheels 20
  74. sbox_maxhoverballs 20
  75. sbox_maxvehicles 1
  76. sbox_maxbuttons 20
  77. sbox_maxemitters 0
  78.  
  79. // Misc Config
  80. exec banned_user.cfg
  81. exec banned_ip.cfg
  82. heartbeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement