05.06.2016, 09:51
Quote:
|
just wondering is it possible to do something like this?
GetAllCommandsForDialog() //returns a formatted string of all the cmds USAGE: new cmds = GetAllCommandsForDIalog(); ShowPlayerDialog(playerid,DIALOG_CMDS,DIALOG_STYLE _MSGBOX,"Commands",cmds,"Close",""); //create a list of available commands |
The best way to do it would be a command ID'ing system, like in YCMD, but that's a little out of the park for this plugin. Scroll up to read more.

