Get command name player has typed.
Hello,
I use this register : register_cmd("func1","doFunc") register_cmd("func2","doFunc") is there a way to display typed command when the code is in the forwarded function doFunc ? ^^ Best regards. |
Re: Get command name player has typed.
http://wiki.amxmodx.org/Intro_to_AMX_Mod_X_Scripting
Code:
|
Re: Get command name player has typed.
Thanks, but i'ts not my request, you give me how to display arguments for a command, i want to catch the called command name that trig doFunc.
Exemple : Player type func1 in console, calling the doFunc function, the result will be client_print(id,print_chat,"Player has typed %s function",function_name) best regards. |
Re: Get command name player has typed.
|
Re: Get command name player has typed.
Code:
|
| All times are GMT -4. The time now is 10:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.