Fixed line formatting errors.

Removed cstrike defaults.
This commit is contained in:
David Anderson 2004-06-29 03:44:36 +00:00
parent f520743aa2
commit 67d8042df1
9 changed files with 160 additions and 164 deletions

View File

@ -1,17 +1,13 @@
; Menu configuration file
; File location: $moddir/addons/amxx/configs/clcmds.ini
; To use with Players Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Client Commands Menu:
; < description > < command > < flags > < access level >
; Client Commands Menu: ; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on selected player
; "d" - back to menu when executed
"Kick player" "amx_kick #%userid%" "b" "u"
"Slay player" "amx_slay #%userid%" "bd" "u"
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"

View File

@ -1,17 +1,12 @@
; Menu configuration file
; File location: $moddir/addons/amxx/configs/cmds.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Commands Menu:
; < description > < command > < flags > < access level >
; Commands Menu: ; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
"Pause" "amx_pause" "ad" "u"
" " "-" "" "u"
; "d" - back to menu when executed "Pause"
"amx_pause" "ad" "u" " " "-" "" "u"
"Restart Round" "sv_restartround 1" "a" "u"

View File

@ -1,18 +1,14 @@
; Menu configuration file
; File location: $moddir/addons/amxx/configs/configs.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Commands Menu:
; < description > < command > < flags > < access level >
; Commands Menu: ; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
"PUBLIC Settings" "servercfgfile server.cfg;exec server.cfg" "a" "u"
; "d" - back to menu when executed "PUBLIC Settings" "servercfgfile server.cfg
;exec server.cfg" "a" "u"
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"

21
configs/cstrike/cvars.ini Executable file
View File

@ -0,0 +1,21 @@
; Menu configuration file
; File location: $moddir/addons/amxx/configs/cvars.ini
; To use with Commands Menu plugin
; Cvars Menu:
; < cvar > < values > ... < access level >
"mp_timelimit" "0" "30" "45" "u"
"mp_friendlyfire" "0" "1" "u"
"mp_autoteambalance" "0" "1" "2" "u"
"sv_password" "" "mypw" "clanwar" "u"
"mp_limitteams" "0" "1" "2" "u"
"pausable" "0" "1" "u"
"sv_minrate" "2000" "3000" "u"
"sv_maxrate" "7000" "6500" "u"
"allow_spectators" "0" "1" "u"
"sv_voiceenable" "0" "1" "u"
"mp_logmessages" "0" "1" "u"
"mp_freezetime" "0" "6" "u"
"mp_buytime" "1" "0.5" "u"
"mp_startmoney" "800" "1800" "3600" "u"
"mp_c4timer" "35" "45" "15" "u"
"mp_forcechasecam" "0" "1" "2" "u"

30
configs/cstrike/maps.ini Executable file
View File

@ -0,0 +1,30 @@
; Maps configuration file
; File location: $moddir/addons/amxx/configs/maps.ini
; To use with Maps Menu plugin
; Add in your mod's maps here
as_oilrig
cs_747
cs_assault
cs_backalley
cs_estate
cs_havana
cs_italy
cs_militia
cs_office
cs_siege
de_airstrip
de_aztec
de_cbble
de_chateau
de_dust
de_dust2
de_inferno
de_nuke
de_piranesi
de_prodigy
de_storm
de_survivor
de_torn
de_train
de_vertigo

View File

@ -1,23 +1,15 @@
; Menu configuration file
; File location: $moddir/addons/amxx/configs/cvars.ini
; To use with Commands Menu plugin
; Cvars Menu:
; < cvar > < values > ... < access level >
"mp_timelimit" "0" "30" "45" "u"
"mp_friendlyfire" "0" "1" "u"
"mp_autoteambalance" "0" "1" "2" "u"
"sv_password" "" "mypw" "clanwar" "u"
"mp_limitteams" "0" "1" "2" "u"
"mp_freezetime" "0" "6" "u"
"mp_buytime" "1" "0.5" "u"
"mp_startmoney" "800" "1800" "3600" "u"
"mp_c4timer" "35" "45" "15" "u"
"mp_forcechasecam" "0" "1" "2" "u"
"pausable" "0" "1" "u"
"sv_minrate" "2000" "3000" "u"
"sv_maxrate" "7000" "6500" "u"
"allow_spectators" "0" "1" "u"
"sv_voiceenable" "0" "1" "u"
"mp_logmessages" "0" "1" "u"

View File

@ -1,29 +1,6 @@
; Maps configuration file
; File location: $moddir/addons/amxx/configs/maps.ini
; To use with Maps Menu plugin
; Add in your mod's maps here
; Delete this file to use mapcycle.txt
as_oilrig
cs_747
cs_assault
cs_backalley
cs_estate
cs_havana
cs_italy
cs_militia
cs_office
cs_siege
de_airstrip
de_aztec
de_cbble
de_chateau
de_dust
de_dust2
de_inferno
de_nuke
de_piranesi
de_prodigy
de_storm
de_survivor
de_torn
de_train
de_vertigo

View File

@ -1,17 +1,13 @@
; Menu configuration file
; File location: $moddir/addons/amxx/configs/speech.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Commands Menu:
; < description > < command > < flags > < access level >
; Commands Menu: ; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
"Hello!" "spk \'vox/hello\'" "cd" "u"
"Don't think so" "spk \'barney/dontguess\'" "cd" "u"
"Don't ask me" "spk \'barney/dontaskme\'" "cd" "u"

View File

@ -1,8 +1,6 @@
; Users configuration file
; File location: $moddir/addons/amxx/configs/users.ini
; Users configuration file ; File location: $moddir/addons/amxx/configs/users.ini
; Line starting with ; is a comment
; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
@ -26,7 +24,6 @@
; t - custom level H
; u - menu access
; z - user (no admin)
; Account flags:
; a - disconnect player on invalid password
; b - clan tag
@ -37,13 +34,9 @@
; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field
; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>
; Examples of admin accounts:
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "My Name" "my_password" "abcdefgnstu" "a"
"loopback" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefgnstu" "a" "loopback" "" "abcdefghijklmnopqrstu" "de"