Introduction

A emergency dispatch board for the ambulance job

Welcome tso the documentation. Describe what this script does and who it is for.

Before you start

Start more_lib and oxmysql before this resource, and import sql. Only jobs listed in MS.Jobs (ambulance by default) can open the dispatch board.

Features

  • Live dispatch board per job (MS.Jobs), with a quick-accept keybind (default G)
  • Player self-reported emergencies with configurable cooldowns and reason/message length limits
  • Discord webhook logging for created, accepted, closed and deleted dispatches, plus a daily stats chart and lb-phone/roadphone call integration

Requirements

oxmysqlresourcerequired

Database driver used to persist dispatches (used by CreateDispatch/CloseDispatch/DeleteDispatch/GetDispatches).

more_libresourcerequired

Shared library dependency of the "More Scripts" resource pack, loaded before this resource.

ESX/QBCORE/QBOXresourcerequired

Framework to use more_lib and more_dispatch

Last updated