Adding new calls
Adding calls from third-party resources
function AlertPolice()
exports.tk_dispatch:addCall({
title = 'House Robbery',
coords = GetEntityCoords(PlayerPedId()),
showLocation = true,
showGender = true,
playSound = true,
blip = {
color = 3,
sprite = 357,
scale = 1.0,
},
jobs = {'police'}
})
endLast updated