Advertisement
SlyStone

Gmod Server CFG Example

Jan 17th, 2018
962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. ***************************** Anonymous City Servers 2018 162.255.205.104:27015 ******************************
  2. hostname "Anonymous City Servers The REAL Is On The RISE"
  3. rcon_password "YourServerAdminRCONPasswordHERE"
  4. sv_password "" <----- server password here if you desire one for players to join
  5. sv_lan 0
  6. sv_loadingurl "https://YourLoadingPageSiteHere.com"
  7.  
  8. // These settings are set conservatively by default, feel free to increase
  9. // them to whatever values you'd like. Setting a limit to -1 means "unlimited".
  10. sbox_noclip 0
  11. sbox_godmode 0
  12. sbox_weapons 1
  13. sbox_plpldamage 1
  14. sbox_maxprops 32
  15. sbox_maxragdolls 0
  16. sbox_maxnpcs 0
  17. sbox_maxballoons 0
  18. sbox_maxeffects 0
  19. sbox_maxdynamite 0
  20. sbox_maxlamps 0
  21. sbox_maxthrusters 0
  22. sbox_maxwheels 0
  23. sbox_maxhoverballs 0
  24. sbox_maxvehicles 1
  25. sbox_maxbuttons 5
  26. sbox_maxemitters 0
  27. sbox_maxspawners 0
  28. sbox_maxturrets 0
  29. sbox_maxtextscreens 3
  30.  
  31. // The settings below improve your server security and allow FastDL to
  32. // function. You shouldn't need to change these.
  33. sv_allowdownload 0
  34. sv_allowupload 0
  35. net_maxfilesize 64
  36. sv_downloadurl ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement