[Ajuda] Erro
#7

Comece a tabular seus cуdigos, isso й o bбsico dos bбsicos.
PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_CORES)
    {
        if(
response)
        {
            if(
listitem == 0)
            {
                
SetPlayerColor(playeridCOR_VERMELHA);
            }
            if(
listitem == 1)
            {
                
SetPlayerColor(playeridCOR_VERDE);
            }
            if(
listitem == 2)
            {
                
SetPlayerColor(playeridCOR_AMARELA);
            }
            if(
listitem == 3)
            {
                
SetPlayerColor(playeridCOR_AZUL);
            }
            if(
listitem == 4)
            {
                
SetPlayerColor(playeridCOR_LARANJA);
            }
            if(
listitem == 5)
            {
                
SetPlayerColor(playeridCOR_ROXO);
            }
            if(
listitem == 6)
            {
                
SetPlayerColor(playeridCOR_AZULM);
            }
            if(
listitem == 7)
            {
                
SetPlayerColor(playeridCOR_ROSA);
            }
            if(
listitem == 8)
            {
                
SetPlayerColor(playeridCOR_CINZA);
            }
            if(
listitem == 9)
            {
                
SetPlayerColor(playeridCOR_MARROM);
            }
            if(
listitem == 10)
            {
                
SetPlayerColor(playeridCOR_BRANCA);
            }
            if(
listitem == 11)
            {
                
SetPlayerColor(playeridCOR_AZULCLARO);
            }
            if(
listitem == 12)
            {
                
SetPlayerColor(playeridCOR_VERDEES);
            }
        }
        return 
1;
    }
    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)