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

Last updated