Dialog, if second button is pressed, kick player
#3

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 2013)
    {
        if(response) // Clicked class
        {
            //Clicked class
        }
        else // Pressed ESC or clicked quit
        {
            //Kick Player
        }
        return 1;
    }
 
    return 0;
}
Reply


Messages In This Thread
Dialog, if second button is pressed, kick player - by NoahF - 26.04.2014, 21:56
Re: Dialog, if second button is pressed, kick player - by NewerthRoleplay - 26.04.2014, 21:59
Re: Dialog, if second button is pressed, kick player - by awsomedude - 26.04.2014, 22:06
Re: Dialog, if second button is pressed, kick player - by NoahF - 26.04.2014, 22:07

Forum Jump:


Users browsing this thread: 3 Guest(s)