πŸ”—Script Intergrations

In this section we show you how to use your scripts in our policesystem.

Panicbutton & Dispatch

Config.PanicTime = 120 -- in sec
Config.DispatchScript = 'none'
-- 'none' for no special dispatch script
-- 'core' for default core dispatch
-- 'aty' for aty_dispatch
-- 'cd_dispatch' for cd_dispatch
-- 'qs-dispatch' for Quasar Dispatch
-- 'custom' for custom script

function OpenCustomDispatch(playerCoords)
    -- add custom dispatch script here if Config.DispatchScript = 'custom'
end

Billings & Innvoice

Config.BillingScript = 'none'
-- 'none' to disable interactionmenu-billings
-- 'esx_billing' for default esx billing
-- 'vivum' for VivumBilling
-- 'custom' for custom script

function OpenCustomBilling(target, amount)
    -- add custom billing script here if Config.BillingScript = 'custom'
end

Mileage

Vehicle Registration

Prison

Speedcams

Last updated