Adding blacklist for vehicle model

To prevent CarHud from appearing for specific model add it in /shared/config.lua:

Config.BlacklistedVehicles = {
    ['tenf2'] = true -- Example of blacklisted entity to disable carhud.
}

Last updated