GetVehicleProperties
This will return the vehicle properties
Bridge.Framework.GetVehicleProperties(vehicle)local Bridge = exports['community_bridge']:Bridge()
local vehicle = GetVehiclePedIsIn(PlayerPedId(), false)
local props = Bridge.Framework.GetVehicleProperties(vehicle)
print('Plate:', props.plate)Last updated