Dynamic command list Zcmd - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Dynamic command list Zcmd (
/showthread.php?tid=603220)
Dynamic command list Zcmd -
introzen - 20.03.2016
Hello!
Is there a function or a way to dynamically list all zcmd commands?
Is to be used for listing all commands on /help and /commands.
Thankful for any answers.
Re: Dynamic command list Zcmd -
Abagail - 20.03.2016
You probably have some commands you don't want to be listed in /help. The best way IMO is to just manually add new commands and abilities rather than rely on the script to build a list.
Re: Dynamic command list Zcmd -
introzen - 20.03.2016
Quote:
Originally Posted by Abagail
You probably have some commands you don't want to be listed in /help. The best way IMO is to just manually add new commands and abilities rather than rely on the script to build a list.
|
I figured it would be easier to filter out the commands I didn't want in the list. Guess I'll add them manually. The only thing I can't find with a similar function is in y_commands, and I can't get it to work for some reason.
Re: Dynamic command list Zcmd -
OneTwoThree - 20.03.2016
Define "Can't get it to work", please?