Ayuda [Rep ++]
#2

pawn Код:
#define IDS_DIALOG (6)

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {
    switch(dialogid) {
        case IDS_DIALOG+0: {
            if(!response) {
            }
            if(response) {
                switch(listitem) {
                    case 0: {
                    }
                    case 1: {
                    }
                    case 2: {
                    }
                }
            }
        }
        case IDS_DIALOG+1: {
            if(!response) {
            }
            if(response) {
            }
        }
        case IDS_DIALOG+2: {
            if(!response) {
            }
            if(response) {
            }
        }
        case IDS_DIALOG+3: {
            if(!response) {
            }
            if(response) {
            }
        }
        case IDS_DIALOG+4: {
            if(!response) {
            }
            if(response) {
            }
        }
        case IDS_DIALOG+5: {
            if(!response) {
            }
            if(response) {
            }
        }
    }
    return false;
}
Reply


Messages In This Thread
Ayuda [Rep ++] - by Strier - 21.03.2013, 23:07
Respuesta: Ayuda [Rep ++] - by OTACON - 22.03.2013, 00:17
Re: Ayuda [Rep ++] - by [CG]Milito - 22.03.2013, 00:35

Forum Jump:


Users browsing this thread: 1 Guest(s)