foreach(Player, i) { for( new j = 0; j < MAX_VEHICLES; j ++ ) { if( GetPlayerVehicleID( i ) == pVehicle[j] ) { } } }