This function is provided for legacy code only. Some older plugins may use network messages instead of the panel API. This function wraps the panel API for eased portability into the SourceMod menu system.
This function is only usable with the Radio Menu style. You do not need to split up your menu into multiple packets; SourceMod will break the string up internally.
bool InternalShowMenu(int client, const char[] str, int time, int keys, MenuHandler handler)
Client index.
Full menu string as would be passed over the network.
Time to hold the menu for.
Selectable key bitstring.
Optional handler function, with the same rules as SendPanelToClient().
True on success, false on failure.
Invalid client index, or radio menus not supported.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.