problem with dialog skin
#8

Dont put return 0 on where you call the dialog.
return 0 must be like this:
PHP код:
public OnDialogResponse(playerid,dialogid,response,listitem,inputtext[])
{
    if(
dialogid==id)
    {
        if(
response)
        {
            
        }
    return 
1;
    }
return 
0;

Reply


Messages In This Thread
problem with dialog skin - by wallen - 27.03.2018, 15:59
Re: problem with dialog skin - by Lokii - 27.03.2018, 16:02
Re: problem with dialog skin - by wallen - 27.03.2018, 16:07
Re: problem with dialog skin - by ivndosos - 27.03.2018, 16:08
Re: problem with dialog skin - by wallen - 27.03.2018, 16:10
Re: problem with dialog skin - by Lokii - 27.03.2018, 16:11
Re: problem with dialog skin - by FuNkYTheGreat - 27.03.2018, 16:25
Re: problem with dialog skin - by jasperschellekens - 27.03.2018, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)