SetVehicleProperties
This will set the vehicles properties
Bridge.Framework.SetVehicleProperties(vehicle, properties)local Bridge = exports['community_bridge']:Bridge()
local vehicle = GetVehiclePedIsIn(PlayerPedId(), false)
local props = { plate = 'BRIDGE1' }
Bridge.Framework.SetVehicleProperties(vehicle, props)Last updated