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