CmdMenu RBS

Allows you to create an unlimited number of different menus for both admins and regular players. With its help you can create, for example, submenus for AmxModMenu RBS, or simply a set of menus for an admin. CVAR menus, config menus, etc. It is limited only by your imagination and, of course, by the functionality of other plugins whose commands this one will use. A complete replacement for the standard plugin cmdmenu.amxx

Features and Capabilities

  • Full replacement of the standard cmdmenu.amxx. All menus are no longer scattered across files but are conveniently stored in a single cmdmenu_rbs.ini. Many additional features have been added, and we have even optimized this already lightweight plugin.
  • Beautiful design. As with all our plugins, we slightly improve the plain white menus to make them more visually appealing.
  • Unlimited number of menus. You can create as many menus as you need. The plugin already includes 4 standard menus that were originally present in cmdmenu.amxx; you can use them as examples to create your own.
  • Convenience. We tried to explain the workflow and creation process as clearly as possible. Previously, creating a custom menu required writing a plugin; now it is enough to add something in the config and change the map.
  • How does it actually work? It is extremely simple. When adding an item to a menu, you specify a console command that will be executed either in the server console, the admin’s console, or... let’s go through the options:
    • a) The command is executed in the server console. For example, to restart a round, you need to enter the command sv_restart 1 in the server console.
    • b) The command is executed from the player’s console. For example, take the blind_menu command from the Blind RBS plugin. If an admin enters it in their console, a menu will open. To avoid memorizing all these admin menus, you can create a menu that launches them. A very convenient feature - highly recommended.
    • c) The command is executed for all players. This feature was designed specifically for amx_speechmenu. It is a sound menu; not sure why it was included in AMXX by default, but maybe someone needs it or can build something similar.
    • d) Return to the menu. This flag prevents the menu from closing after selecting an item. Use it where you find it necessary.
    • e) Execute for all players bypassing protection. The Ostrog method. The same as "c", but using a different function.
    • f) CVAR change. Slightly changes the menu type, designed for convenient server CVAR management.
    • g) LOGS. One of the most important server features is logging. Different situations may occur, and only log files show when, who, and how. Simply enable this flag for any menu item you want to log.
    • h) Access for T only. (see menu examples in the config)
    • i) Access for CT only.
    • j) Access for SP only.
    • k) Available only to alive players.
    • l) Available only to dead players.
  • Sound loading. If you add your own sounds to amx_speechmenu or anywhere else, they are automatically downloaded to the client. No hassle at all.
  • Menu and item access. You can flexibly configure access to the menu itself via flags, and even to each individual item. This ensures that important menu items cannot be used by regular admins or VIPs.
    • All players
    • abc - player with these flags
    • a,b,c - if the player has at least one of these flags
    • STEAM - available only to Steam players
    • GSCLIENT - available only to GSClient users
    • STEAM_0:0:12345678 - available only to the specified Steam ID
    • 123.123.123.123 - available only to the specified IP
    • nick:Player - available only to the specified nickname
    • gamecms:_service - available only to users who purchased the _service in GameCMS
    • army:2 - available only for the specified Army Ranks Ultimate level

After installing the plugin, you can remove the old cmdmenu.amxx and the configuration files: cmds.ini, configs.ini, speech.ini, and cvars.ini. They are no longer needed 💪

Similar plugins


CsStats MySQL, StatsX RBS, AmxModMenu RBS, AMXBans RBS, AdminCmd RBS, StatsX Unlimited, MapsMenu RBS, BonusMenu RBS, MapChooser RBS, Ad From Server, Chat Controller, AdminChat RBS, Replace Weapons, BuyMenu RBS, Servers List, Bind RBS, AMXModX Замена, PauseCfg RBS
cmdmenu_rbs
Author SKAJIbnEJIb
Price 4.99$
Version 20.06.06
BETA 26.07.05BETA recently
Category Administrator
To see the plugin in action, go to the "Find a server with this plugin" section in the menu
Discuss on the forum 👀
Order installation from a specialist

Configuration files


cmdmenu_rbs.cfg
cmdmenu_rbs.ini
cmdmenu_rbs.txt
CmdMenu RBS screen0
CmdMenu RBS screen1
CmdMenu RBS screen2
CmdMenu RBS screen3
CmdMenu RBS screen0
CmdMenu RBS screen1
CmdMenu RBS screen2
CmdMenu RBS screen3