QBCore - Ps-Dispatch Replacing Default Alerts | FiveM Tutorial 2023
Вставка
- Опубліковано 9 лют 2025
- Todays video covers changing the default pd and ems alerts to ps-dispatch I know I didnt show the jewelry alerts or the drug selling but you should get the point after like 4 of them :) I hope you guys enjoy the video
LINKS:
Discord - / discord
Ps-Dispatch Install Video - • QBCore - PS- Dispatch ...
Ps-MDT Install Video - • QBCore - Ps-MDT | Inst...
Exports and Such
Qb-radial menu - config
ps-dispatch:client:officerdown (line 575)
ps-dispatch:client:emsdown (line 486)
--
Qb-bankrobbery - client -Fleeca (line 273)
local camId = Config.SmallBanks[closestBank]["camId"] exports['ps-dispatch']:FleecaBankRobbery(camId)
--
Pacific (line 51 + 94)
local camId = Config.BigBanks["pacific"]["camId"] exports['ps-dispatch']:PacificBankRobbery(camId)
---
Paleto (line 42)
local camId = Config.BigBanks["paleto"]["camId"] exports['ps-dispatch']:PaletoBankRobbery(camId)
---
Jewelry - client - main (line 54)
exports['ps-dispatch']:SuspiciousActivity()
---
Jewelry - client - main (line 80)
local camId = '31 | 32 | 33 | 34' exports['ps-dispatch']:VangelicoRobbery(camId)
---
Qb-drugs - client - cornerselling (line 30)
exports['ps-dispatch']:DrugSale()
---
Qb-drugs - client - deliveries (line 173)
exports['ps-dispatch']:SuspiciousActivity()
---
Qb-houserobbery - client - main (line 90)
exports['ps-dispatch']:HouseRobbery()
----
Qb-ambulance job - client - dead Civilian down (line 189)
exports['ps-dispatch']:InjuriedPerson()
Civilian deceased (line 54)
exports['ps-dispatch']:DeceasedPerson()
-----
Qb-ambulancejob - client - laststand - civilian down (line 70)
exports['ps-dispatch']:InjuriedPerson()
You have no idea how helpful this is for us. PS team is super lacking on explaining exactly how to configure their scripts.
Bro u doing best tutorial's i ever seen, good work 💪👍
Your videos are great!
Great video beautiful keep up the fantastic work 😝❤
Thank you love
Great video, and you have a nice and chill voice
GREAT VIDEO AND GREAT AT TEACHING KEEP UP THE GREAT WORK!
really helped
hey where do i find vehicle theft and shooting alerts
great video helped me alot with the other
The panic/emergeny button is not working for me.
Can you make a video of like putting the holster for cops? and normal wepdraw for civils
Do you happen to know how to move the alert box from having it in the top right corner?
Doae the ban robberies come as standard
bobcat robbery
Hey man, all alerts seem to work, except for the cornerselling. Any suggestions?
yeah me too man idk why its not working
how to run the ps-mdt
who do i change to cd dispatch?
Ask the creator
storerobbery
code
ua-cam.com/video/0czCm8l56GI/v-deo.html Its in this video
local camId
if type == 'safe' then
camId = Config.Safes[safe].camId
else
camId = Config.Registers[safe].camId
end
exports['ps-dispatch']:StoreRobbery(camId)