This commit is contained in:
root
2023-09-23 11:15:02 +03:00
commit 8514a112ae
12 changed files with 810 additions and 0 deletions

24
configs/server.cfg Executable file
View File

@@ -0,0 +1,24 @@
// Use this file to configure your DEDICATED server.
// This config file is executed on server start.
// disable autoaim
sv_aim 0
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "Counter-Strike 1.6 Server"
// maximum client movement speed
sv_maxspeed 320
// 20 minute timelimit
mp_timelimit 20
sv_cheats 0
// load ban files
exec listip.cfg
exec banned.cfg