View Single Post
Author Message
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 10-14-2019 , 09:37   Aliased amx_searchcmd for Amxx 182+ (Updated: Mon Tue 20 Sep 2021)
Reply With Quote #1

Translate Type '%s' in console for partial command name searches.
Amxx dev shows amx_searchcmd as amx_help. It's not the same.
The last 3 lines are missing from most languages.
Quote:
HELP_CMD_INFO = <entry no.> [no. of entries to display (server only)] - displays information about available commands
SEARCH_CMD_INFO = <match> <entry no.> [no. of entries to display (server only)] - displays information about matched commands
NO_MATCHING_RESULTS = ^nNo matching results found^n
How the changes look codewise.
Spoiler

How the change looks on connect.
Code:
Type '.' in console for partial command name searches. Type '!' in console for partial command name searches. Type '?' in console for partial command name searches. Type 'find' in console for partial command name searches. Type 'amx_get' in console for partial command name searches. Type 'amx_searchcmd' in console for partial command name searches.
Aliases for stable version of Amxx, 182. NEEDS adminhelp.txt renamed.

Aliases without replacement of adminhelp.amxx or language file for development versions of Amxx.
The attachment is a full version replacement with aliasing and language file.
Attached Files
File Type: sma Get Plugin or Get Source (adminhelp.sma - 483 views - 9.7 KB)
__________________

Last edited by DJEarthQuake; 09-21-2021 at 12:36. Reason: Bosnia and Herzegovina obvious typo | 182 backport
DJEarthQuake is offline