π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'
endBillings & 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'
endMileage
Vehicle Registration
Prison
Speedcams
Last updated