Predefined alerts

Predefined client side alerts

For convinience we added a bunch of predefined exports for you to use in client side.

Exports

---**`client`**
function exports.fd_dispatch:InjuriedPerson() end

---**`client`**
function exports.fd_dispatch:DeceasedPerson() end

---**`client`**
function exports.fd_dispatch:EmsDown() end

---**`client`**
function exports.fd_dispatch:Shooting() end

---**`client`**
---@param vehicle number
function exports.fd_dispatch:VehicleShooting(vehicle) end

---**`client`**
function exports.fd_dispatch:Fight() end

---**`client`**
function exports.fd_dispatch:DrugSale() end

---**`client`**
function exports.fd_dispatch:SuspiciousActivity() end

---**`client`**
function exports.fd_dispatch:OfficerDown() end

---**`client`**
function exports.fd_dispatch:OfficerBackup() end

---**`client`**
function exports.fd_dispatch:OfficerInDistress() end

---**`client`**
---@param camId any
function exports.fd_dispatch:StoreRobbery(camId) end

---**`client`**
function exports.fd_dispatch:HouseRobbery() end

---**`client`**
---@param camId any
function exports.fd_dispatch:PaletoRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:PacificRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:VangelicoRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:ArtGalleryRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:HumaneRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:TrainRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:VanRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:UndergroundRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:DrugBoatRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:UnionRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:SignRobbery(camId) end

---**`client`**
---@param camId any
function exports.fd_dispatch:BobcatSecurityHeist(camId) end

---**`client`**
function exports.fd_dispatch:VehicleTheft() end

---**`client`**
---@param vehicle number
function exports.fd_dispatch:VehicleJack(vehicle) end

---**`client`**
---@param vehicle number
function exports.fd_dispatch:VehicleBoosting(vehicle) end

---**`client`**
function exports.fd_dispatch:Explosion() end