brandstation Developments
  • brandstation Developments
    • Information
    • Common Errors
  • 🚗Dealerships
    • Information
    • Docs
    • Exports
  • 🚨Dispatch
    • Information
    • Docs
    • Exports
  • 📱Advanced Drugsell
    • Information
    • Docs
    • Exports
Powered by GitBook
On this page
  1. Dispatch

Exports

Here you can find some exports

New Dispatch (Client)

Creates a new dispatch client sided

Data

  • title: string

  • description: string

  • coords: vector3

Example
exports.b_dispatch:newDispatch('New dispatch', 'Description', vector3(156.0, 254,0, 24.0))
New Dispatch (Server)

Creates a new dispatch server sided

Data

  • title: string

  • description: string

  • coords: vector3

Example
exports.b_dispatch:newDispatch('New dispatch', 'Description', vector3(156.0, 254,0, 24.0))
Open Dispatch (Client)

Opens the dispatch menu

Example
exports.b_dispatch:openDispatch()

PreviousDocsNextInformation

Last updated 3 months ago

🚨