[Tutorial] Warning and error list [WITH FIX]
#15

I usually did this to fix Unreachable Code ( AFAIK )
Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if ( vehicleid == 520 ) // Just a random ID, unsure if it really exists
    {
        SendClientMessage( playerid, -1, "You have entered vehicle ID 520." );
        return 1;
    }

    else if ( vehicleid != 520 ) 
        return 0;

    return 1;
}
Dunno, but as far as I remember I did that to fix Unreachable Code :P

Great list but,

Variable basicz shadows at a preceding level ( something like this ), please add it.
Reply


Messages In This Thread
Warning and error list [WITH FIX] - by Jochemd - 04.08.2011, 10:53
Re: Warning and error list [WITH FIX] - by Famalamalam - 04.08.2011, 11:02
Re: Warning and error list [WITH FIX] - by Calgon - 04.08.2011, 11:03
Re: Warning and error list [WITH FIX] - by System64 - 04.08.2011, 11:06
Re: Warning and error list [WITH FIX] - by Jochemd - 04.08.2011, 11:06
Re: Warning and error list [WITH FIX] - by Famalamalam - 04.08.2011, 11:08
Re: Warning and error list [WITH FIX] - by Jochemd - 04.08.2011, 11:09
Re: Warning and error list [WITH FIX] - by [MG]Dimi - 04.08.2011, 11:13
Re: Warning and error list [WITH FIX] - by Rock_Ro - 04.08.2011, 11:44
Re: Warning and error list [WITH FIX] - by Jochemd - 04.08.2011, 11:47
Re: Warning and error list [WITH FIX] - by Michael@Belgium - 04.08.2011, 12:46
Re: Warning and error list [WITH FIX] - by Jochemd - 04.08.2011, 12:49
Re: Warning and error list [WITH FIX] - by Sew_Sumi - 04.08.2011, 13:02
Re: Warning and error list [WITH FIX] - by IstuntmanI - 04.08.2011, 14:12
Re: Warning and error list [WITH FIX] - by Basicz - 08.08.2011, 23:49
Re: Warning and error list [WITH FIX] - by Deviant96 - 10.08.2011, 05:44
Re: Warning and error list [WITH FIX] - by SmileyForCheat - 10.08.2011, 05:49
Re: Warning and error list [WITH FIX] - by Darnell - 10.08.2011, 05:58
Re: Warning and error list [WITH FIX] - by Jochemd - 10.08.2011, 09:48
Re: Warning and error list [WITH FIX] - by justsomeguy - 14.08.2011, 10:43
Re: Warning and error list [WITH FIX] - by Darnell - 14.08.2011, 17:38
Re: Warning and error list [WITH FIX] - by Y_Less - 14.08.2011, 18:00
Re: Warning and error list [WITH FIX] - by TheLoolyWiz - 02.09.2011, 21:16
Re: Warning and error list [WITH FIX] - by spedico - 26.12.2011, 03:13
Respuesta: Warning and error list [WITH FIX] - by [Nikk] - 21.01.2012, 12:12
Re: Warning and error list [WITH FIX] - by [HK]Ryder[AN] - 22.01.2012, 12:44
Re: Warning and error list [WITH FIX] - by RichyB - 28.01.2012, 19:52
Re: Warning and error list [WITH FIX] - by Snowman12 - 29.01.2012, 04:52
Re: Warning and error list [WITH FIX] - by Y_Less - 29.01.2012, 09:38
Re: Warning and error list [WITH FIX] - by FireCat - 29.01.2012, 09:41
Re: Warning and error list [WITH FIX] - by fahlevy - 06.09.2014, 18:41
Re: Warning and error list [WITH FIX] - by fahlevy - 06.09.2014, 18:46
Re: Warning and error list [WITH FIX] - by dusk - 06.09.2014, 18:48
Re: Warning and error list [WITH FIX] - by fahlevy - 06.09.2014, 18:57
Re: Warning and error list [WITH FIX] - by Y_Less - 06.09.2014, 23:08
Re: Warning and error list [WITH FIX] - by fahlevy - 07.09.2014, 02:32
Re: Warning and error list [WITH FIX] - by Crocker7 - 07.09.2014, 14:48
Re: Warning and error list [WITH FIX] - by dusk - 07.09.2014, 15:53
Re: Warning and error list [WITH FIX] - by Y_Less - 07.09.2014, 16:03
Re: Warning and error list [WITH FIX] - by Roxxas - 09.03.2015, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)