26.06.2012, 12:41
because && means and, || means or. Try on this way.
pawn Код:
if( IsPlayerConnected( i ) && IsPlayerInAnyVehicle( i ) && !IsPlayerNPC( i ) ) continue;

