[Ajuda] Erro
#9

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
        case DIALOG_CORES:
        {
            if(response)
            {
                switch(listitem)
                {  
                    case 0:
                        SetPlayerColor(playerid, COR_VERMELHA);
                    case 1:
                        SetPlayerColor(playerid, COR_VERDE);
                    case 2:
                        SetPlayerColor(playerid, COR_AMARELA);
                    case 3:
                        SetPlayerColor(playerid, COR_AZUL);
                    case 4:
                        SetPlayerColor(playerid, COR_LARANJA);
                    case 5:
                        SetPlayerColor(playerid, COR_ROXO);
                    case 6:
                        SetPlayerColor(playerid, COR_AZULM);
                    case 7:
                        SetPlayerColor(playerid, COR_ROSA);
                    case 8:
                        SetPlayerColor(playerid, COR_CINZA);
                    case 9:
                        SetPlayerColor(playerid, COR_MARROM);
                    case 10:
                        SetPlayerColor(playerid, COR_BRANCA);
                    case 11:
                        SetPlayerColor(playerid, COR_AZULCLARO);
                    case 12:
                        SetPlayerColor(playerid, COR_VERDEES);
                }

            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
Erro - by Ts3 - 28.06.2014, 22:03
Re: Erro - by DoN_ReNaTo - 28.06.2014, 22:06
Re: Erro - by Ts3 - 28.06.2014, 22:16
Re: Erro - by MultiKill - 28.06.2014, 22:19
Re: Erro - by Ts3 - 28.06.2014, 22:36
Re: Erro - by MultiKill - 28.06.2014, 22:40
Re: Erro - by UPsamp - 28.06.2014, 22:49
Re: Erro - by Ts3 - 28.06.2014, 23:25
Re: Erro - by PT - 28.06.2014, 23:32
Re: Erro - by UPsamp - 28.06.2014, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)