mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
update
This commit is contained in:
parent
e1b5b57ac8
commit
2463aa2369
@ -1,5 +1,10 @@
|
||||
// Use this file to configure your DEDICATED server.
|
||||
// This config file is executed everytime the server changes levels.
|
||||
// Hostname for server.
|
||||
hostname "SERVERNAME"
|
||||
|
||||
// RCON - remote console password.
|
||||
rcon_password "ADMINPASSWORD"
|
||||
|
||||
// disable autoaim
|
||||
sv_aim 0
|
||||
@ -7,9 +12,6 @@ sv_aim 0
|
||||
// disable clients' ability to pause the server
|
||||
pausable 0
|
||||
|
||||
// default server name. Change to "Bob's Server", etc.
|
||||
hostname "Counterstrike BETA server"
|
||||
|
||||
// maximum client movement speed
|
||||
sv_maxspeed 320
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user