Browse Source
It can't be set in config file, while server is running already. Let users to set this here.pull/32/head
1 changed files with 2 additions and 1 deletions
@ -16,7 +16,8 @@ email="[email protected]" |
|||
defaultmap="de_aztec" |
|||
port="27015" |
|||
clientport="27005" |
|||
parms="-game cstrike +map ${defaultmap} -strictportbind -port ${port} +clientport ${clientport}" |
|||
maxplayers="16" |
|||
parms="-game cstrike +map ${defaultmap} -strictportbind -port ${port} +clientport ${clientport} +maxplayers ${maxplayers}" |
|||
|
|||
#### Advanced Variables #### |
|||
|
|||
|
Loading…
Reference in new issue