Convert this...
#1

how to convert this with a dialog switch ?

I SOLVED.
Reply
#2

pawn Код:
switch(dialogid)
{
    case    DIALOGO_REGISTRAZIONE:
    {
        switch(response) {
            case 0:
            {

            }
            case 1:
            {

            }
        }
    }
    case    DIALOGO_LOGIN:
    {

        switch(response) {
            case 0:
            {

            }
            case 1:
            {

            }
        }
    }
}
Reply
#3

Thank you, solved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)