Integration

Set State

--@plate = vehicle plate number
--@state = 0 or 1
--@depotprice = number or nil
TriggerServerEvent('ak47_qb_garage:setstate', plate, state, depotprice)

Set Vehicle Fuel

Path: /modules/main/client/customizable.lua

Give Key

Path: /modules/main/client/customizable.lua

Remove Key

Path: /modules/main/client/customizable.lua

Housing Garage:

Examples:

TriggerEvent("ak47_qb_garage:housing:storevehicle", UniqueHouseId, 'car') -- car, boat, heli, plane

Last updated