17.01.2017, 15:45
I'm trying to make a dialog for my filterscript with the EasyDialog include, but for some reason the dialog's are not responding to anything.
This is the code that shows the dialog, it works fine
But this code should process input, but it doesn't respond to anything
This is the code that shows the dialog, it works fine
PHP код:
Dialog_Show(playerid, maps, DIALOG_STYLE_LIST, "Maps", "1. Create a new map\n\
2. Delete a map\n\
3. Edit a map\n", "Select", "");
PHP код:
Dialog:maps(playerid, response, listitem, inputtext[])
{
printf("inputtext = %s | listitem = %i", inputtext, listitem);
}