-- Export
-- Variation 1
exports['wert-policesystem']:alert({
style = "police", -- police or ambulance (job)
code = "10-80", -- code
name = "Ateş ihbarı", -- title
helper = nil, -- use only /code command or firstname -- lastname helper person
vehicleokey = nil,
guninfo = label -- gun label
})
-- Variation 2
TriggerEvent('wert-policesystem:send-notif', {
style = "police",
code = "10-80",
name = "Shot fire",
helper = nil,
vehicleokey = nil,
guninfo = label -- gun name label
})