forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
counter-strike-czeroserver.cfg
40 lines (39 loc) · 1.2 KB
/
counter-strike-czeroserver.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// This file is controlled by AMP
// Configure any additional required settings via the AMP UI
{{UserSettings}}
hostname "{{hostname}}"
sv_lan {{sv_lan}}
sv_password "{{sv_password}}"
rcon_password "{{rcon_password}}"
mp_timelimit {{mp_timelimit}}
mp_maxrounds {{mp_maxrounds}}
sv_region {{sv_region}}
allow_spectators {{allow_spectators}}
sv_cheats {{sv_cheats}}
sv_filterban {{sv_filterban}}
sv_allowdownload {{sv_allowdownload}}
sv_downloadurl "{{sv_downloadurl}}"
sv_allowupload {{sv_allowupload}}
sv_minrate {{sv_minrate}}
sv_maxrate {{sv_maxrate}}
sv_minupdaterate {{sv_minupdaterate}}
sv_maxupdaterate {{sv_maxupdaterate}}
mp_logmessages {{mp_logmessages}}
mp_mapvoteratio {{mp_mapvoteratio}}
mp_autoteambalance {{mp_autoteambalance}}
mp_limitteams {{mp_limitteams}}
sv_maxspeed {{sv_maxspeed}}
mp_friendlyfire {{mp_friendlyfire}}
mp_flashlight {{mp_flashlight}}
mp_footsteps {{mp_footsteps}}
sv_aim {{sv_aim}}
mp_autocrosshair {{mp_autocrosshair}}
pausable {{pausable}}
sv_alltalk {{sv_alltalk}}
mp_forcechasecam {{mp_forcechasecam}}
mp_fadetoblack {{mp_fadetoblack}}
mp_autokick {{mp_autokick}}
mp_buytime {{mp_buytime}}
mp_c4timer {{mp_c4timer}}
mp_freezetime {{mp_freezetime}}
mp_hostagepenalty {{mp_hostagepenalty}}