Exports And Configure
Export Functions And Configurations
Exports All Dispatch List
local DispatchList = exports["kibra-dispatch"]:GetDispatchAlerts()
-- The table structure is as follows:
local TableExports = {
[1] = {
address = 'Vinewood',
gender = 'Male',
code = '10-31',
type = 'shooting',
weapon = 'Pistol',
coords = vec3(115.566, 677.155, 30.1),
eventVehicleData = {
vehicleClassName = 'Sports',
vehicleColorName = 'Metal Black',
vehiclePlate = '77FKAA'
},
responders = {"Alex Hirsch", "Kenan Birkan"}, -- Alert Responders
witnesses = 10 -- Witnesses
}
}Custom Alert
Other Exports
Last updated