Advertisement
Zeromix

Counter-Strike 1.6 Server Config English

Jul 19th, 2020 (edited)
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. //Counter-Strike 1.6 Server Config English
  2.  
  3. //Advertising - Visit: https://zeromix.itch.io/server-creation-tool
  4.  
  5. // Use this file to configure your DEDICATED server.
  6. // This config file is executed on server start.
  7. //To put in ./cstrike
  8.  
  9. // disable autoaim
  10. sv_aim 0
  11.  
  12. // disable clients' ability to pause the server
  13. pausable 0
  14.  
  15. // default server name. Change to "Bob's Server", etc.
  16. hostname "This is my CS 1.6 Server"
  17.  
  18. //Server password
  19. sv_password "test"
  20.  
  21. // maximum client movement speed
  22. sv_maxspeed 320
  23.  
  24. // 20 minute timelimit
  25. mp_timelimit 20
  26.  
  27. sv_cheats 0 //Does activate dev console cheats like "noclip" or "god"
  28.  
  29. // load ban files
  30. exec listip.cfg
  31. exec banned.cfg
  32. log on
  33. //Logfiles can be found in: cs_ds/cstrike/logs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement