warning 225: unreachable code helpme
#4

Try this code
Код:
if(ForwardOwnCar(1,playerid)) 
{ 
    SendClientMessage(playerid,COLOR_GREY,"You already have a vehicle spawned, Please /v despawn it"); 
}
else if(ForwardOwnCar(2,playerid)) 
{ 
    SendClientMessage(playerid,COLOR_GREY,"You already have a vehicle spawned, Please /v despawn it"); 
}
else if(ForwardOwnCar(3,playerid)) 
{ 
    SendClientMessage(playerid,COLOR_GREY,"You already have a vehicle spawned, Please /v despawn it");
}
Reply


Messages In This Thread
warning 225: unreachable code helpme - by nooion345 - 02.03.2015, 06:24
Re: warning 225: unreachable code helpme - by MikE1990 - 02.03.2015, 06:38
Re: warning 225: unreachable code helpme - by X337 - 02.03.2015, 06:55
Re: warning 225: unreachable code helpme - by MikE1990 - 02.03.2015, 07:09
Re: warning 225: unreachable code helpme - by nooion345 - 02.03.2015, 07:48

Forum Jump:


Users browsing this thread: 1 Guest(s)