05.06.2016, 09:35
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
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