mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 06:08:03 +03:00
Vincent Herbet
07c3d49cfa
Add amx_searchcmd command in adminhelp plugin and do some clean up (#415)
* 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
AMX Mod X
AMX Mod X - Half-Life 1 Scripting and Server Administration
General
- AMXX website
- Forum: Discussion forum including plugin/extension development
- General documentation: Miscellaneous information about AMXX
- Latest release: The latest stable AMXX release
- Build snapshots: Builds of recent development versions
Development
- Issue tracker: Issues that require back and forth communication
- Building AMXX: Instructions on how to build AMXX itself using AMBuild
- AMXX scripting: Pawn examples and introduction to the language
Description
Languages
C
37.4%
C++
24%
Pascal
18.4%
HTML
5.7%
Roff
4.8%
Other
9.7%