Easy to fix
#4

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == drules)
    {
        if(response)
        {
            // Code, if press Yes,
        }
        else
        {
            Kick(playerid);
        }
    }
    return 1;
}
EDIT: Didn't saw you edited your comment and fixed.
Reply


Messages In This Thread
Easy to fix - by Glossy42O - 15.01.2015, 07:43
Re: Easy to fix - by CalvinC - 15.01.2015, 07:56
Re: Easy to fix - by Glossy42O - 15.01.2015, 08:08
Re: Easy to fix - by HY - 15.01.2015, 08:11

Forum Jump:


Users browsing this thread: 4 Guest(s)