Easy Dialog not responding in filterscript
#1

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
PHP код:
Dialog_Show(playeridmapsDIALOG_STYLE_LIST"Maps""1. Create a new map\n\
                                                        2. Delete a map\n\
                                                        3. Edit a map\n"
"Select"""); 
But this code should process input, but it doesn't respond to anything
PHP код:
Dialog:maps(playeridresponselistiteminputtext[])
{
    
printf("inputtext = %s | listitem = %i"inputtextlistitem);

Reply


Messages In This Thread
Easy Dialog not responding in filterscript - by PeanutButter - 17.01.2017, 15:45
Re: Easy Dialog not responding in filterscript - by X337 - 17.01.2017, 16:42
Re: Easy Dialog not responding in filterscript - by azzerking - 17.01.2017, 16:42
Re: Easy Dialog not responding in filterscript - by PeanutButter - 17.01.2017, 16:59
Re: Easy Dialog not responding in filterscript - by PeanutButter - 17.01.2017, 17:13

Forum Jump:


Users browsing this thread: 2 Guest(s)