🚗Vehicle

Create

Core.Vehicle.Create("blista", vector4(0,0,0,0), function(veh)
    print('Entity created: ', veh)
end, isNetworked)

AddKeys

Supports - qb-vehiclekeys and cd_garage

Core.Vehicle.AddKeys(veh, plate) --## Will add keys for this vehicle for this player

Fix

Core.Vehicle.Fix(vehEntitiy) --## Simply fixes the vehicle

GetVehicleClass

local classNumber, classLabel = Core.Vehicle.GetVehicleClass(veh)
--## Class Number is the GTA V class number for this vehicle
--## Class Label will be a label for this class e.g "Compacts", "SUVs"

Last updated