UFE (Unidentified Flying Error) -_-
#2

Код:
        
        case DIALOG_ROLEPLAY:
        (
            if ( !response ) return Kick(playerid); // Pressing ESC
            if(response) // Double-Clicked, or "OK"
			{
            if(listitem == 0) // Mind Gaming (Wrong)
            {
                SendClientMessage(playerid,0xFFFFFF,"You have been kicked from the server. Reason: Wrong answer (Roleplay Quiz).");
                Kick(playerid);
            }
            else if(listitem == 1) // Meta Gaming (Correct)
            {
                SendClientMessage(playerid,0xFFFFFF,"Correct answer! Continuing to next question...");
            }
            else if(listitem == 2) // Mood Gaming (Wrong)
            {
                SendClientMessage(playerid,0xFFFFFF,"You have been kicked from the server. Reason: Wrong answer (Roleplay Quiz).");
                Kick(playerid);
            }
	}
and the upper warnings are there because of i think some more logical fault in your script
Reply


Messages In This Thread
UFE (Unidentified Flying Error) -_- - by CrazyManiac - 11.10.2012, 14:32
Re: UFE (Unidentified Flying Error) -_- - by Abhishek. - 11.10.2012, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)