[Ajuda] Erro em OnDialogResponse
#2

pawn Код:
if ( response ) {

    if ( listitem == 0 )
    return ShowPlayerDialog ( playerid, 4, DIALOG_STYLE_LIST, "Notebook - Compras Online", "Vida\nColete\nArmas", "Selecionar", "Fazer Logoff");

    if ( dialogid == 4 ) {

        if ( response ) {

            switch ( listitem ) {

                case 0: GivePlayerHealth ( playerid, 100.0 ) ;
                case 1: GivePlayerArmour ( playerid, 100.0 ) ;
            }
        }
    }
    return 0;
}
Reply


Messages In This Thread
Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:31
Re: Erro em OnDialogResponse - by smiiir - 24.08.2013, 23:34
Re: Erro em OnDialogResponse - by [THs]ShadoW - 24.08.2013, 23:34
Re: Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:36
Re: Erro em OnDialogResponse - by smiiir - 24.08.2013, 23:38
Re: Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:38
Re: Erro em OnDialogResponse - by smiiir - 24.08.2013, 23:42
Re: Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:45

Forum Jump:


Users browsing this thread: 4 Guest(s)