For Developers (exports/events)
1. Open the vehicle menu
exports['loki_tax']:openMenu(playerID)2. Get Vehicle Price
local model = "sultan"
local hash = GetHashKey(model) -- converts model name to hash
local price --[[ int ]] = exports['loki_tax']:getVehiclePrice(hash)3. Title Vehicle
local plate = 'ABC 123'
exports['loki_tax']:titleVehicle(plate)4. Register Vehicle
5. Unregister Vehicle
6. Check Vehicle
7. Update Vehicle Owner
8. Important Note
Last updated