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