Restricted Passenger Control
-- See https://docs.fivem.net/docs/game-references/vehicle-models/ for names of vehicle models
-- Vehicles that pasengers should have no control of any windows, whatsoever
Config.NoPassengerWindowControl = {
"BUS", "AIRBUS", "COACH", "PBUS", "PBUS2", "TOURBUS", "RENTALBUS",
}
-- Vehicles that pasengers should have no control of any doors, whatsoever
Config.NoPassengerDoorControl = {
"BUS", "AIRBUS", "COACH", "PBUS", "PBUS2", "TOURBUS", "RENTALBUS",
}Last updated