How to fix this warning ?
#3

I think that will be a bit faster and better..
pawn Код:
stock IsPlayerInCopVehicle(playerid)
{
    switch(GetPlayerVehicleID(playerid))
    {
        case 427, 490, 497, 523, 596, 597, 598, 599: return 1;
        default: return 0;
    }
}
Reply


Messages In This Thread
How to fix this warning ? - by AnonScripter - 08.04.2014, 11:33
Re: How to fix this warning ? - by CutX - 08.04.2014, 11:36
Re: How to fix this warning ? - by xVIP3Rx - 08.04.2014, 11:49
Re: How to fix this warning ? - by AnonScripter - 08.04.2014, 11:57

Forum Jump:


Users browsing this thread: 1 Guest(s)