stock IsVehicleOccupied(vehicleid) { for(new i =0; i < MAX_PLAYERS; i++) { if(IsPlayerInVehicle(i,vehicleid)) { return 1; } } return 0; }