Anti Fail
#2

I think this:
pawn Код:
else if(GetPlayerInterior(playerid) == 1 && 4 && 6 && 7)
Should be like:
pawn Код:
else if(GetPlayerInterior(playerid) == 1 && GetPlayerInterior(playerid) == 4 &&  GetPlayerInterior(playerid) == 6 && GetPlayerInterior(playerid) == 7)
Also are you sure that you should have && insteed of || ?
Reply


Messages In This Thread
Anti Fail - by willsuckformoney - 19.08.2010, 23:51
Re: Anti Fail - by Fj0rtizFredde - 19.08.2010, 23:55
Re: Anti Fail - by willsuckformoney - 19.08.2010, 23:56
Re: Anti Fail - by ScottCFR - 20.08.2010, 01:46
Re: Anti Fail - by willsuckformoney - 20.08.2010, 02:13

Forum Jump:


Users browsing this thread: 1 Guest(s)