Next Scripts
  • Introduction
  • PAID RESOURCES
    • 📦Job Creator
      • Installation
      • Configuration
        • Client Configuration
        • Server Configuration
      • Exports
        • Client Exports
        • Server Exports
      • Commands
      • FAQ
    • 🍂 Drug System
      • Installation
      • Configuration
    • 📢 Notify
      • Installation
      • Configuration
      • Exports
        • Client Exports
        • Server Exports
    • 🎇 Event Tablet
      • Installation
      • Configuration
  • FREE RESOURCES
    • 🍁 Npc Drug Sells
      • Installation
      • Configuration
    • 👆🏻 Targeting
      • Installation
      • Configuration
      • Client Exports
      • Examples
    • 💻 Dispatch
      • Installation
      • Client Exports
      • Server Exports
      • Commands
Powered by GitBook
On this page
  1. FREE RESOURCES
  2. 💻 Dispatch

Client Exports

CreateDispatchNotify

It creates a dispatch notify

exports.dispatch:CreateDispatchNotify(title, description, jobName, coords)
  • title: string - Dispatch title

  • description: string - Dispatch description

  • jobName: string - The job that receive the dispatch notification

  • coords: vector3 - GPS coordinates to reach the signal


An example

RegisterCommand("test", function (source, args, raw)
    exports.dispatch:CreateDispatchNotify("Title 1", "Description", "police", GetEntityCoords(PlayerPedId()))
end)

PreviousInstallationNextServer Exports

Last updated 11 months ago