stock HayDos(vehicleid){ new count = 0; for(new i = 0; i < GetMaxPlayers(); i++) if(IsPlayerInVehicle(i, vehicleid)) count++; if(count > 2) return 1; else return 0;}