Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

server.cfg 448B

123456789101112131415161718192021
  1. // Use this file to configure your DEDICATED server.
  2. // This config file is executed on server startup.
  3. // disable autoaim
  4. sv_aim 0
  5. // player bounding boxes (collisions, not clipping)
  6. sv_clienttrace 3.5
  7. // disable clients' ability to pause the server
  8. pausable 0
  9. // default server name. Change to "Bob's Server", etc.
  10. // hostname "Half-Life"
  11. // maximum client movement speed
  12. sv_maxspeed 270
  13. // load ban files
  14. exec listip.cfg
  15. exec banned.cfg