OnDialogResponse
#2

pawn Код:
switch(dialogid)
{
    case DIALOG_REGISTER:
    {
        // Script here...
    }
    case DIALOG_LOGIN:
    {
        // Script here
    }
    case 1: // This is the same as if(dialogid == 1)
    {
        // Script here
    }
}
Reply


Messages In This Thread
OnDialogResponse - by MrEnd - 04.04.2012, 00:38
Re: OnDialogResponse - by Unte99 - 04.04.2012, 01:03
Re: OnDialogResponse - by MrEnd - 04.04.2012, 01:11
Re: OnDialogResponse - by Unte99 - 04.04.2012, 01:34
Re: OnDialogResponse - by MrEnd - 04.04.2012, 01:55
Re: OnDialogResponse - by EvgeN 1137 - 04.04.2012, 02:30
Re: OnDialogResponse - by MrEnd - 04.04.2012, 02:36
Re: OnDialogResponse - by Unte99 - 04.04.2012, 02:38
Re: OnDialogResponse - by MrEnd - 04.04.2012, 02:54

Forum Jump:


Users browsing this thread: 1 Guest(s)