Wert Police Systems V2
You can access the setup information you need about this product
INSTALLATION
1 - Drop the file into your resources folder
2 - Make sure all necessary scripts exist (Or download it)
DEPENDS
PolyZone (https://github.com/mkafrin/PolyZone)
3 - Don't forget to customize the script via config.lua
Example using export
-- 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
})
Installation complete
Last updated