22.03.2013, 15:57 
	
	
	
		When you click liste item 1 or 2 it should kick you but it doesnt o.o But the List item 0 works
	
	
	
	
Код:
if(dialogid == RP_QUIZQ1)
    {
        if(response) 
        {
            if(listitem == 0)
            {
                SendClientMessage(playerid, COLOR_YELLOW, "Correct!");
                return 1;
			}
			if(listitem == 1 && (listitem == 2))
			{
			    Kick(playerid);
			    SendClientMessage(playerid, COLOR_RED, "WRONG!");
			    return 1;
			}
		}
	}




