[Ajuda] warning 225: unreachable code
#2

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    //---------------PORTAO DO CATIVEIRO----------//
    if ((newkeys==KEY_CTRL_BACK))
    {
        OnPlayerCommandText(playerid,"/portaocativeiro");
    }
    //----------------ENTRAR INTERIOR HQ--------------//
    if ((newkeys==KEY_SECONDARY_ATTACK))
    {
        OnPlayerCommandText(playerid,"/entrarsub");
        OnPlayerCommandText(playerid,"/sairsub");
        return true;
    }
    return 1;
}
Vocк tinha aberto uma chave errada..
Reply


Messages In This Thread
warning 225: unreachable code - by GustavoDeitos - 04.11.2012, 17:54
Re: warning 225: unreachable code - by ForT - 04.11.2012, 18:07
Re: warning 225: unreachable code - by GustavoDeitos - 04.11.2012, 18:08
Re: warning 225: unreachable code - by Delete_ - 04.11.2012, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)