Warning 225: unreachable code.
#2

pawn Код:
if(dialogid == KickBox)
{
    if(response)
    {
        SendClientMessage(playerid,COLORE_ROSSO, "Thanks to accepted the rules!");
    }
    else
    {
        SendClientMessage(playerid,COLORE_ROSSO, "Fuckoff bitch");
        Kick(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
Warning 225: unreachable code. - by Macros50 - 28.09.2011, 13:56
Re: Warning 225: unreachable code. - by aRoach - 28.09.2011, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)