mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Fixed line formatting errors.
Removed cstrike defaults.
This commit is contained in:
parent
f520743aa2
commit
67d8042df1
@ -1,18 +1,14 @@
|
|||||||
; 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 >
|
||||||
|
; "a" - execute from server console
|
||||||
; Client Commands Menu:
|
; "b" - execute from admin console
|
||||||
; < description > < command > < flags > < access level >
|
; "c" - execute on selected player
|
||||||
; "a" - execute from server console
|
; "d" - back to menu when executed
|
||||||
; "b" - execute from admin console
|
"Kick player" "amx_kick #%userid%" "b" "u"
|
||||||
; "c" - execute on selected player
|
"Slay player" "amx_slay #%userid%" "bd" "u"
|
||||||
; "d" - back to menu when executed
|
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
|
||||||
|
|
||||||
"Kick player" "amx_kick #%userid%" "b" "u"
|
|
||||||
"Slay player" "amx_slay #%userid%" "bd" "u"
|
|
||||||
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
|
|
||||||
"Ban for 5 minutes" "amx_ban #%userid% id 5" "b" "u"
|
"Ban for 5 minutes" "amx_ban #%userid% id 5" "b" "u"
|
||||||
|
@ -1,17 +1,12 @@
|
|||||||
; 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 >
|
||||||
|
; "a" - execute from server console
|
||||||
; Commands Menu:
|
; "b" - execute from admin console
|
||||||
; < description > < command > < flags > < access level >
|
; "c" - execute on all clients
|
||||||
; "a" - execute from server console
|
; "d" - back to menu when executed "Pause"
|
||||||
; "b" - execute from admin console
|
"amx_pause" "ad" "u" " " "-" "" "u"
|
||||||
; "c" - execute on all clients
|
"Restart Round" "sv_restartround 1" "a" "u"
|
||||||
; "d" - back to menu when executed
|
|
||||||
|
|
||||||
"Pause" "amx_pause" "ad" "u"
|
|
||||||
" " "-" "" "u"
|
|
||||||
"Restart Round" "sv_restartround 1" "a" "u"
|
|
@ -1,22 +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 >
|
||||||
|
; "a" - execute from server console
|
||||||
; Commands Menu:
|
; "b" - execute from admin console
|
||||||
; < description > < command > < flags > < access level >
|
; "c" - execute on all clients
|
||||||
; "a" - execute from server console
|
; "d" - back to menu when executed "PUBLIC Settings" "servercfgfile server.cfg
|
||||||
; "b" - execute from admin console
|
;exec server.cfg" "a" "u"
|
||||||
; "c" - execute on all clients
|
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
|
||||||
; "d" - back to menu when executed
|
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
|
||||||
|
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
|
||||||
"PUBLIC Settings" "servercfgfile server.cfg;exec server.cfg" "a" "u"
|
;"ProvingGrounds Server Config" "exec leagues/pg.cfg;servercfgfile \'\'" "a" "u"
|
||||||
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
|
;"OGL CS Server Config" "exec ogl.cfg;servercfgfile \'\'" "a" "u"
|
||||||
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
|
;"OGL CS FF Server Config" "exec ogl_ff.cfg;servercfgfile \'\'" "a" "u"
|
||||||
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
|
;"OGL CS Advanced Server Config" "exec ogl_adv.cfg;servercfgfile \'\'" "a" "u"
|
||||||
;"ProvingGrounds Server Config" "exec leagues/pg.cfg;servercfgfile \'\'" "a" "u"
|
|
||||||
;"OGL CS Server Config" "exec ogl.cfg;servercfgfile \'\'" "a" "u"
|
|
||||||
;"OGL CS FF Server Config" "exec ogl_ff.cfg;servercfgfile \'\'" "a" "u"
|
|
||||||
;"OGL CS Advanced Server Config" "exec ogl_adv.cfg;servercfgfile \'\'" "a" "u"
|
|
21
configs/cstrike/cvars.ini
Executable file
21
configs/cstrike/cvars.ini
Executable 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
30
configs/cstrike/maps.ini
Executable 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
|
@ -1,23 +1,15 @@
|
|||||||
; 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"
|
||||||
"sv_password" "" "mypw" "clanwar" "u"
|
"sv_password" "" "mypw" "clanwar" "u"
|
||||||
"mp_limitteams" "0" "1" "2" "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"
|
"pausable" "0" "1" "u"
|
||||||
"sv_minrate" "2000" "3000" "u"
|
"sv_minrate" "2000" "3000" "u"
|
||||||
"sv_maxrate" "7000" "6500" "u"
|
"sv_maxrate" "7000" "6500" "u"
|
||||||
"allow_spectators" "0" "1" "u"
|
"allow_spectators" "0" "1" "u"
|
||||||
"sv_voiceenable" "0" "1" "u"
|
"sv_voiceenable" "0" "1" "u"
|
||||||
"mp_logmessages" "0" "1" "u"
|
|
||||||
|
@ -1,29 +1,6 @@
|
|||||||
; 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
|
||||||
|
; 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
|
|
||||||
|
@ -1,35 +1,31 @@
|
|||||||
; 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 >
|
||||||
|
; "a" - execute from server console
|
||||||
; Commands Menu:
|
; "b" - execute from admin console
|
||||||
; < description > < command > < flags > < access level >
|
; "c" - execute on all clients
|
||||||
; "a" - execute from server console
|
; "d" - back to menu when executed
|
||||||
; "b" - execute from admin console
|
"Hello!" "spk \'vox/hello\'" "cd" "u"
|
||||||
; "c" - execute on all clients
|
"Don't think so" "spk \'barney/dontguess\'" "cd" "u"
|
||||||
; "d" - back to menu when executed
|
"Don't ask me" "spk \'barney/dontaskme\'" "cd" "u"
|
||||||
|
"Hey! Stop that!" "spk \'barney/donthurtem\'" "cd" "u"
|
||||||
"Hello!" "spk \'vox/hello\'" "cd" "u"
|
"Yup" "spk \'barney/yup\'" "cd" "u"
|
||||||
"Don't think so" "spk \'barney/dontguess\'" "cd" "u"
|
"Nope" "spk \'barney/nope\'" "cd" "u"
|
||||||
"Don't ask me" "spk \'barney/dontaskme\'" "cd" "u"
|
"Maybe" "spk \'barney/maybe\'" "cd" "u"
|
||||||
"Hey! Stop that!" "spk \'barney/donthurtem\'" "cd" "u"
|
"Seeya" "spk \'barney/seeya\'" "cd" "u"
|
||||||
"Yup" "spk \'barney/yup\'" "cd" "u"
|
"Man that sounded bad" "spk \'barney/soundsbad\'" "cd" "u"
|
||||||
"Nope" "spk \'barney/nope\'" "cd" "u"
|
"Hello and die" "spk \'vox/hello and die\'" "cd" "u"
|
||||||
"Maybe" "spk \'barney/maybe\'" "cd" "u"
|
"Move!" "spk \'hgrunt/move! _comma yessir!\'" "cd" "u"
|
||||||
"Seeya" "spk \'barney/seeya\'" "cd" "u"
|
"You will definitely pay!" "spk \'hgrunt/c2a2_hg_chat5a\'" "cd" "u"
|
||||||
"Man that sounded bad" "spk \'barney/soundsbad\'" "cd" "u"
|
"Laughter" "spk \'hgrunt/c2a3_hg_laugh\'" "cd" "u"
|
||||||
"Hello and die" "spk \'vox/hello and die\'" "cd" "u"
|
"Silence!" "spk \'hgrunt/silence!\'" "cd" "u"
|
||||||
"Move!" "spk \'hgrunt/move! _comma yessir!\'" "cd" "u"
|
"You talk too much" "spk \'barney/youtalkmuch\'" "cd" "u"
|
||||||
"You will definitely pay!" "spk \'hgrunt/c2a2_hg_chat5a\'" "cd" "u"
|
"You thinkin?" "spk \'barney/thinking\'" "cd" "u"
|
||||||
"Laughter" "spk \'hgrunt/c2a3_hg_laugh\'" "cd" "u"
|
"Open fire Gordon!" "spk \'barney/openfire\'" "cd" "u"
|
||||||
"Silence!" "spk \'hgrunt/silence!\'" "cd" "u"
|
"Couldnt make a bigger mess" "spk \'barney/bigmess\'" "cd" "u"
|
||||||
"You talk too much" "spk \'barney/youtalkmuch\'" "cd" "u"
|
"I have a Bad feeling" "spk \'barney/badfeeling\'" "cd" "u"
|
||||||
"You thinkin?" "spk \'barney/thinking\'" "cd" "u"
|
"Yes sir!" "spk \'hgrunt/yessir!\'" "cd" "u"
|
||||||
"Open fire Gordon!" "spk \'barney/openfire\'" "cd" "u"
|
|
||||||
"Couldnt make a bigger mess" "spk \'barney/bigmess\'" "cd" "u"
|
|
||||||
"I have a Bad feeling" "spk \'barney/badfeeling\'" "cd" "u"
|
|
||||||
"Yes sir!" "spk \'hgrunt/yessir!\'" "cd" "u"
|
|
||||||
"No sir" "spk \'barney/nosir\'" "cd" "u"
|
"No sir" "spk \'barney/nosir\'" "cd" "u"
|
||||||
|
@ -1,49 +1,42 @@
|
|||||||
; Users configuration file
|
; Users configuration file ; File location: $moddir/addons/amxx/configs/users.ini
|
||||||
; 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)
|
||||||
; c - amx_kick command
|
; c - amx_kick command
|
||||||
; d - amx_ban and amx_unban commands
|
; d - amx_ban and amx_unban commands
|
||||||
; e - amx_slay and amx_slap commands
|
; e - amx_slay and amx_slap commands
|
||||||
; f - amx_map command
|
; f - amx_map command
|
||||||
; g - amx_cvar command (not all cvars will be available)
|
; g - amx_cvar command (not all cvars will be available)
|
||||||
; h - amx_cfg command
|
; h - amx_cfg command
|
||||||
; i - amx_chat and other chat commands
|
; i - amx_chat and other chat commands
|
||||||
; j - amx_vote and other vote commands
|
; j - amx_vote and other vote commands
|
||||||
; k - access to sv_password cvar (by amx_cvar command)
|
; k - access to sv_password cvar (by amx_cvar command)
|
||||||
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
|
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
|
||||||
; m - custom level A (for additional plugins)
|
; m - custom level A (for additional plugins)
|
||||||
; n - custom level B
|
; n - custom level B
|
||||||
; o - custom level C
|
; o - custom level C
|
||||||
; p - custom level D
|
; p - custom level D
|
||||||
; q - custom level E
|
; q - custom level E
|
||||||
; r - custom level F
|
; r - custom level F
|
||||||
; s - custom level G
|
; s - custom level G
|
||||||
; 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
|
; c - this is steamid/wonid
|
||||||
; c - this is steamid/wonid
|
; d - this is ip
|
||||||
; d - this is ip
|
|
||||||
; e - password is not checked (only name/ip/steamid needed)
|
; e - password is not checked (only name/ip/steamid needed)
|
||||||
|
|
||||||
; 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:
|
||||||
|
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
|
||||||
; Examples of admin accounts:
|
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
|
||||||
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
|
; "My Name" "my_password" "abcdefgnstu" "a" "loopback" "" "abcdefghijklmnopqrstu" "de"
|
||||||
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
|
|
||||||
; "My Name" "my_password" "abcdefgnstu" "a"
|
|
||||||
|
|
||||||
"loopback" "" "abcdefghijklmnopqrstu" "de"
|
|
Loading…
Reference in New Issue
Block a user