diff --git a/configs/clcmds.ini b/configs/clcmds.ini index 40f77598..44e652c0 100755 --- a/configs/clcmds.ini +++ b/configs/clcmds.ini @@ -1,14 +1,17 @@ -; 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 > -; "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" +; 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 > +; "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" "Ban for 5 minutes" "amx_ban #%userid% id 5" "b" "u" diff --git a/configs/cmds.ini b/configs/cmds.ini index 4ae0313d..0f41f977 100755 --- a/configs/cmds.ini +++ b/configs/cmds.ini @@ -1,12 +1,16 @@ -; 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 > -; "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" -"Restart Round" "sv_restartround 1" "a" "u" \ No newline at end of file +; 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 > +; "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" +"Restart Round" "sv_restartround 1" "a" "u" diff --git a/configs/configs.ini b/configs/configs.ini index 93ea8a3e..6347c98d 100755 --- a/configs/configs.ini +++ b/configs/configs.ini @@ -1,18 +1,22 @@ -; 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 > -; "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" -;"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" -;"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" \ No newline at end of file +; 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 > +; "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" +;"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" +;"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" diff --git a/configs/cstrike/cvars.ini b/configs/cstrike/cvars.ini index c7b5e415..af4e6ae1 100755 --- a/configs/cstrike/cvars.ini +++ b/configs/cstrike/cvars.ini @@ -1,8 +1,10 @@ ; 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" diff --git a/configs/cstrike/maps.ini b/configs/cstrike/maps.ini index 466deeeb..4cabca77 100755 --- a/configs/cstrike/maps.ini +++ b/configs/cstrike/maps.ini @@ -1,7 +1,9 @@ ; 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 diff --git a/configs/cvars.ini b/configs/cvars.ini index b6e2f240..e5c4a470 100755 --- a/configs/cvars.ini +++ b/configs/cvars.ini @@ -1,8 +1,10 @@ ; 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" diff --git a/configs/maps.ini b/configs/maps.ini index a90aa199..2bf7cce3 100755 --- a/configs/maps.ini +++ b/configs/maps.ini @@ -1,6 +1,7 @@ ; 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 diff --git a/configs/speech.ini b/configs/speech.ini index e70d2526..922a713b 100755 --- a/configs/speech.ini +++ b/configs/speech.ini @@ -1,31 +1,34 @@ -; 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 > -; "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" -"Hey! Stop that!" "spk \'barney/donthurtem\'" "cd" "u" -"Yup" "spk \'barney/yup\'" "cd" "u" -"Nope" "spk \'barney/nope\'" "cd" "u" -"Maybe" "spk \'barney/maybe\'" "cd" "u" -"Seeya" "spk \'barney/seeya\'" "cd" "u" -"Man that sounded bad" "spk \'barney/soundsbad\'" "cd" "u" -"Hello and die" "spk \'vox/hello and die\'" "cd" "u" -"Move!" "spk \'hgrunt/move! _comma yessir!\'" "cd" "u" -"You will definitely pay!" "spk \'hgrunt/c2a2_hg_chat5a\'" "cd" "u" -"Laughter" "spk \'hgrunt/c2a3_hg_laugh\'" "cd" "u" -"Silence!" "spk \'hgrunt/silence!\'" "cd" "u" -"You talk too much" "spk \'barney/youtalkmuch\'" "cd" "u" -"You thinkin?" "spk \'barney/thinking\'" "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" +; 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 > +; "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" +"Hey! Stop that!" "spk \'barney/donthurtem\'" "cd" "u" +"Yup" "spk \'barney/yup\'" "cd" "u" +"Nope" "spk \'barney/nope\'" "cd" "u" +"Maybe" "spk \'barney/maybe\'" "cd" "u" +"Seeya" "spk \'barney/seeya\'" "cd" "u" +"Man that sounded bad" "spk \'barney/soundsbad\'" "cd" "u" +"Hello and die" "spk \'vox/hello and die\'" "cd" "u" +"Move!" "spk \'hgrunt/move! _comma yessir!\'" "cd" "u" +"You will definitely pay!" "spk \'hgrunt/c2a2_hg_chat5a\'" "cd" "u" +"Laughter" "spk \'hgrunt/c2a3_hg_laugh\'" "cd" "u" +"Silence!" "spk \'hgrunt/silence!\'" "cd" "u" +"You talk too much" "spk \'barney/youtalkmuch\'" "cd" "u" +"You thinkin?" "spk \'barney/thinking\'" "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" diff --git a/configs/users.ini b/configs/users.ini index a2b1cbc1..a35644bb 100755 --- a/configs/users.ini +++ b/configs/users.ini @@ -1,44 +1,49 @@ -; 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: +; 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) -; c - amx_kick command +; b - reservation (can join on reserved slots) +; c - amx_kick command ; d - amx_ban and amx_unban commands -; e - amx_slay and amx_slap commands -; f - amx_map command -; g - amx_cvar command (not all cvars will be available) -; h - amx_cfg command -; i - amx_chat and other chat commands -; j - amx_vote and other vote commands -; k - access to sv_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) -; n - custom level B -; o - custom level C -; p - custom level D -; q - custom level E -; r - custom level F -; s - custom level G +; e - amx_slay and amx_slap commands +; f - amx_map command +; g - amx_cvar command (not all cvars will be available) +; h - amx_cfg command +; i - amx_chat and other chat commands +; j - amx_vote and other vote commands +; k - access to sv_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) +; n - custom level B +; o - custom level C +; p - custom level D +; q - custom level E +; r - custom level F +; s - custom level G ; t - custom level H -; u - menu access -; z - user (no admin) -; Account flags: -; a - disconnect player on invalid password -; b - clan tag -; c - this is steamid/wonid -; d - this is ip +; u - menu access +; z - user (no admin) + +; Account flags: +; a - disconnect player on invalid password +; b - clan tag +; c - this is steamid/wonid +; d - this is ip ; e - password is not checked (only name/ip/steamid needed) ; Password: ; Add to your autoexec.cfg: setinfo _pw "" -; Change _pw to the value of amx_password_field -; Format of admin account: -; -; Examples of admin accounts: -; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de" -; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce" -; "My Name" "my_password" "abcdefgnstu" "a" +; Change _pw to the value of amx_password_field -"loopback" "" "abcdefghijklmnopqrstu" "de" \ No newline at end of file +; Format of admin account: +; + +; Examples of admin accounts: +; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce" +; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de" +; "My Name" "my_password" "abcdefghijklmnopqrstu" "a" + +"loopback" "" "abcdefghijklmnopqrstu" "de"