mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 06:08:03 +03:00
07c3d49cfa
* AdminHelp: Use semicolon everywhere * AdminHelp: Translate amx_help description * AdminHelp: Use the available ADMIN_ALL define in register_concmd * AdminHelp: Bind the cvars * AdminHelp: Replace %L by %l * AdminHelp: Remove task only when necessary * AdminHelp: Reorder some lines to prepare next commit * AdminHelp: Use read_arg_int() on the first argument and clamp the value * AdminHelp: Use read_arg_int() on the second argument and clamp the value * AdminHelp: Rename few variables and callback * AdminHelp: Use constants for buffers max length * AdminHelp: Add amx_searchcmd command, and update the multilingual file * AdminHelp: Adjust spacing a little for readability * AdminHelp: Add amx_help_display_msg_time cvar * AdminHelp: Add the new command in the help message (and fix missing return) * AdminHelp: Add a check if provided entry no. goes above the total found entries * AdminHelp: Don't show the help message for begin if all commands are already displayed * AdminHelp: Make sure the server command use amx_help_amount_per_page value