Commands & Exports
Player Commands
Command
Description
Admin Commands
Command
Description
Permission
Debug Commands (Requires Config.Debug = true)
Config.Debug = true)Command
Description
Server Exports
-- Create a dispatch call
exports['pf-policemdt']:CreateDispatchCall({
title = "Test Call",
description = "A test dispatch call",
priority = 2,
coords = vector3(0, 0, 0),
locationLabel = "Downtown"
})
-- Create an auto dispatch call
exports['pf-policemdt']:CreateDispatchCallout('Shooting', vector3(0, 0, 0), "Downtown")
-- Get CCTV cameras
local cameras = exports['pf-policemdt']:getCCTVCameras()Client Exports
Last updated