QBCore - Ps-Dispatch Replacing Default Alerts | FiveM Tutorial 2023

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • 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()

Komentáře • 20

  • @kentanakamura89
    @kentanakamura89 Před 4 měsíci

    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 Před rokem +2

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

  • @eleanor711
    @eleanor711 Před rokem +2

    Great video beautiful keep up the fantastic work 😝❤

  • @covexgames
    @covexgames Před 11 měsíci +3

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

  • @user-di7qq5um2b
    @user-di7qq5um2b Před rokem

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

  • @Weissnix444
    @Weissnix444 Před 11 měsíci

    Great video, and you have a nice and chill voice

  • @doragabi
    @doragabi Před rokem +1

    The panic/emergeny button is not working for me.

  • @godoffire1476
    @godoffire1476 Před 8 měsíci

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

  • @mabluetv
    @mabluetv Před 11 měsíci

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

  • @smokey194
    @smokey194 Před rokem

    can u do a video how to add vehicle to ur gang garage??

  • @NikiGaming69
    @NikiGaming69 Před 7 měsíci

    bobcat robbery

  • @dion3734
    @dion3734 Před 11 měsíci

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

    • @ReGameChannel
      @ReGameChannel Před 11 měsíci

      yeah me too man idk why its not working

  • @plumbercracks
    @plumbercracks Před 2 měsíci

    who do i change to cd dispatch?

  • @DIB412
    @DIB412 Před rokem

    how to run the ps-mdt

  • @NikiGaming69
    @NikiGaming69 Před 10 měsíci

    storerobbery
    code

    • @kamarynkamaryn
      @kamarynkamaryn  Před 10 měsíci

      czcams.com/video/0czCm8l56GI/video.html Its in this video

    • @MewMewNeko
      @MewMewNeko Před 4 měsíci

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