fixed line formatting
This commit is contained in:
parent
25901fb737
commit
ecde670a4a
|
@ -1,13 +1,16 @@
|
||||||
; Menu configuration file
|
; Menu configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/clcmds.ini
|
; File location: $moddir/addons/amxx/configs/clcmds.ini
|
||||||
; To use with Players Menu plugin
|
; To use with Players Menu plugin
|
||||||
|
|
||||||
; NOTE: By default in all settings the access level is set to "u".
|
; 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.
|
; 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
|
; "a" - execute from server console
|
||||||
; "b" - execute from admin console
|
; "b" - execute from admin console
|
||||||
; "c" - execute on selected player
|
; "c" - execute on selected player
|
||||||
; "d" - back to menu when executed
|
; "d" - back to menu when executed
|
||||||
|
|
||||||
"Kick player" "amx_kick #%userid%" "b" "u"
|
"Kick player" "amx_kick #%userid%" "b" "u"
|
||||||
"Slay player" "amx_slay #%userid%" "bd" "u"
|
"Slay player" "amx_slay #%userid%" "bd" "u"
|
||||||
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
|
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
; Menu configuration file
|
; Menu configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/cmds.ini
|
; File location: $moddir/addons/amxx/configs/cmds.ini
|
||||||
; To use with Commands Menu plugin
|
; To use with Commands Menu plugin
|
||||||
|
|
||||||
; NOTE: By default in all settings the access level is set to "u".
|
; 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.
|
; 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
|
; "a" - execute from server console
|
||||||
; "b" - execute from admin console
|
; "b" - execute from admin console
|
||||||
; "c" - execute on all clients
|
; "c" - execute on all clients
|
||||||
; "d" - back to menu when executed "Pause"
|
; "d" - back to menu when executed
|
||||||
"amx_pause" "ad" "u" " " "-" "" "u"
|
|
||||||
|
"Pause" "amx_pause" "ad" "u"
|
||||||
|
" " "-" "" "u"
|
||||||
"Restart Round" "sv_restartround 1" "a" "u"
|
"Restart Round" "sv_restartround 1" "a" "u"
|
|
@ -1,14 +1,18 @@
|
||||||
; Menu configuration file
|
; Menu configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/configs.ini
|
; File location: $moddir/addons/amxx/configs/configs.ini
|
||||||
; To use with Commands Menu plugin
|
; To use with Commands Menu plugin
|
||||||
|
|
||||||
; NOTE: By default in all settings the access level is set to "u".
|
; 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.
|
; 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
|
; "a" - execute from server console
|
||||||
; "b" - execute from admin console
|
; "b" - execute from admin console
|
||||||
; "c" - execute on all clients
|
; "c" - execute on all clients
|
||||||
; "d" - back to menu when executed "PUBLIC Settings" "servercfgfile server.cfg
|
; "d" - back to menu when executed
|
||||||
;exec server.cfg" "a" "u"
|
|
||||||
|
;"PUBLIC Settings" "servercfgfile server.cfg;exec server.cfg" "a" "u"
|
||||||
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
|
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
|
||||||
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
|
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
|
||||||
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
|
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
; Menu configuration file
|
; Menu configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/cvars.ini
|
; File location: $moddir/addons/amxx/configs/cvars.ini
|
||||||
; To use with Commands Menu plugin
|
; To use with Commands Menu plugin
|
||||||
|
|
||||||
; Cvars Menu:
|
; Cvars Menu:
|
||||||
; < cvar > < values > ... < access level >
|
; < cvar > < values > ... < access level >
|
||||||
|
|
||||||
"mp_timelimit" "0" "30" "45" "u"
|
"mp_timelimit" "0" "30" "45" "u"
|
||||||
"mp_friendlyfire" "0" "1" "u"
|
"mp_friendlyfire" "0" "1" "u"
|
||||||
"mp_autoteambalance" "0" "1" "2" "u"
|
"mp_autoteambalance" "0" "1" "2" "u"
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
; Maps configuration file
|
; Maps configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/maps.ini
|
; File location: $moddir/addons/amxx/configs/maps.ini
|
||||||
; To use with Maps Menu plugin
|
; To use with Maps Menu plugin
|
||||||
|
|
||||||
; Add in your mod's maps here
|
; Add in your mod's maps here
|
||||||
|
; Delete this file to use mapcycle.txt
|
||||||
|
|
||||||
as_oilrig
|
as_oilrig
|
||||||
cs_747
|
cs_747
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
; Menu configuration file
|
; Menu configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/cvars.ini
|
; File location: $moddir/addons/amxx/configs/cvars.ini
|
||||||
; To use with Commands Menu plugin
|
; To use with Commands Menu plugin
|
||||||
|
|
||||||
; Cvars Menu:
|
; Cvars Menu:
|
||||||
; < cvar > < values > ... < access level >
|
; < cvar > < values > ... < access level >
|
||||||
|
|
||||||
"mp_timelimit" "0" "30" "45" "u"
|
"mp_timelimit" "0" "30" "45" "u"
|
||||||
"mp_friendlyfire" "0" "1" "u"
|
"mp_friendlyfire" "0" "1" "u"
|
||||||
"mp_autoteambalance" "0" "1" "2" "u"
|
"mp_autoteambalance" "0" "1" "2" "u"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
; Maps configuration file
|
; Maps configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/maps.ini
|
; File location: $moddir/addons/amxx/configs/maps.ini
|
||||||
; To use with Maps Menu plugin
|
; To use with Maps Menu plugin
|
||||||
|
|
||||||
; Add in your mod's maps here
|
; Add in your mod's maps here
|
||||||
; Delete this file to use mapcycle.txt
|
; Delete this file to use mapcycle.txt
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
; Menu configuration file
|
; Menu configuration file
|
||||||
; File location: $moddir/addons/amxx/configs/speech.ini
|
; File location: $moddir/addons/amxx/configs/speech.ini
|
||||||
; To use with Commands Menu plugin
|
; To use with Commands Menu plugin
|
||||||
|
|
||||||
; NOTE: By default in all settings the access level is set to "u".
|
; 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.
|
; 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
|
; "a" - execute from server console
|
||||||
; "b" - execute from admin console
|
; "b" - execute from admin console
|
||||||
; "c" - execute on all clients
|
; "c" - execute on all clients
|
||||||
; "d" - back to menu when executed
|
; "d" - back to menu when executed
|
||||||
|
|
||||||
"Hello!" "spk \'vox/hello\'" "cd" "u"
|
"Hello!" "spk \'vox/hello\'" "cd" "u"
|
||||||
"Don't think so" "spk \'barney/dontguess\'" "cd" "u"
|
"Don't think so" "spk \'barney/dontguess\'" "cd" "u"
|
||||||
"Don't ask me" "spk \'barney/dontaskme\'" "cd" "u"
|
"Don't ask me" "spk \'barney/dontaskme\'" "cd" "u"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
; 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
|
; Line starting with ; is a comment
|
||||||
|
|
||||||
; Access flags:
|
; Access flags:
|
||||||
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
|
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
|
||||||
; b - reservation (can join on reserved slots)
|
; b - reservation (can join on reserved slots)
|
||||||
|
@ -24,6 +26,7 @@
|
||||||
; t - custom level H
|
; t - custom level H
|
||||||
; u - menu access
|
; u - menu access
|
||||||
; z - user (no admin)
|
; z - user (no admin)
|
||||||
|
|
||||||
; Account flags:
|
; Account flags:
|
||||||
; a - disconnect player on invalid password
|
; a - disconnect player on invalid password
|
||||||
; b - clan tag
|
; b - clan tag
|
||||||
|
@ -34,11 +37,13 @@
|
||||||
; Password:
|
; Password:
|
||||||
; Add to your autoexec.cfg: setinfo _pw "<password>"
|
; Add to your autoexec.cfg: setinfo _pw "<password>"
|
||||||
; Change _pw to the value of amx_password_field
|
; Change _pw to the value of amx_password_field
|
||||||
|
|
||||||
; Format of admin account:
|
; Format of admin account:
|
||||||
; <name|ip|steamid> <password> <access flags> <account flags>
|
; <name|ip|steamid> <password> <access flags> <account flags>
|
||||||
|
|
||||||
; Examples of admin accounts:
|
; Examples of admin accounts:
|
||||||
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
|
|
||||||
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
|
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
|
||||||
; "My Name" "my_password" "abcdefgnstu" "a"
|
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
|
||||||
|
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
|
||||||
|
|
||||||
"loopback" "" "abcdefghijklmnopqrstu" "de"
|
"loopback" "" "abcdefghijklmnopqrstu" "de"
|
Loading…
Reference in New Issue
Block a user