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()

КОМЕНТАРІ • 22

  • @kentanakamura89
    @kentanakamura89 9 місяців тому

    You have no idea how helpful this is for us. PS team is super lacking on explaining exactly how to configure their scripts.

  • @stodycz
    @stodycz Рік тому +2

    Bro u doing best tutorial's i ever seen, good work 💪👍

  • @Bryan-tm6kd
    @Bryan-tm6kd 2 місяці тому

    Your videos are great!

  • @eleanor711
    @eleanor711 Рік тому +2

    Great video beautiful keep up the fantastic work 😝❤

  • @Weissnix444
    @Weissnix444 Рік тому

    Great video, and you have a nice and chill voice

  • @virtrualPixelz-v1i
    @virtrualPixelz-v1i Рік тому

    GREAT VIDEO AND GREAT AT TEACHING KEEP UP THE GREAT WORK!

  • @Massey-Lee
    @Massey-Lee 10 днів тому

    really helped

  • @covexgames
    @covexgames Рік тому +3

    hey where do i find vehicle theft and shooting alerts
    great video helped me alot with the other

  • @doragabi
    @doragabi Рік тому +2

    The panic/emergeny button is not working for me.

  • @godoffire1476
    @godoffire1476 Рік тому

    Can you make a video of like putting the holster for cops? and normal wepdraw for civils

  • @mabluetv
    @mabluetv Рік тому

    Do you happen to know how to move the alert box from having it in the top right corner?

  • @Massey-Lee
    @Massey-Lee 13 днів тому

    Doae the ban robberies come as standard

  • @NikiGaming69
    @NikiGaming69 Рік тому

    bobcat robbery

  • @dion3734
    @dion3734 Рік тому

    Hey man, all alerts seem to work, except for the cornerselling. Any suggestions?

    • @ReGameChannel
      @ReGameChannel Рік тому

      yeah me too man idk why its not working

  • @DIB412
    @DIB412 Рік тому

    how to run the ps-mdt

  • @plumbercracks
    @plumbercracks 7 місяців тому

    who do i change to cd dispatch?

  • @NikiGaming69
    @NikiGaming69 Рік тому

    storerobbery
    code

    • @kamarynkamaryn
      @kamarynkamaryn  Рік тому

      ua-cam.com/video/0czCm8l56GI/v-deo.html Its in this video

    • @MewMewNeko
      @MewMewNeko 9 місяців тому

      local camId
      if type == 'safe' then
      camId = Config.Safes[safe].camId
      else
      camId = Config.Registers[safe].camId
      end
      exports['ps-dispatch']:StoreRobbery(camId)