Dependencies
Install and start the required dependencies before wasabi_mdt.
The resource folder must be named wasabi_mdt.
Required
ox_lib
ox_lib is utilized for it's optimized and useful functions alongside is responsive interface options.
oxmysql
Used in most servers already, this resource is responsible for making calls to the SQL database and serves as a wrapper.
Supported RP framework
Run one supported framework:
- ESX / es_extended
- QBCore / qb-core
- QBOX / qbx_core
- ox_core
- Custom framework bridge, if you implement the bridge functions yourself
The resource loads the bridge matching the framework that is started. Any other framework can be made adaptable through a custom bridge under bridge/framework/.
Feature dependencies
These are required only when their related feature is enabled.
object_gizmo - CCTV placement
Required to place and reposition CCTV props. Set the resource name in Resources.OBJECTGIZMO.name if you renamed it.
screenshot basic / FiveManage - photo uploads
Required for cloud photo uploads. Configure the screenshot resource name in Resources.SCREENBASIC.name and place the FiveManage API key in config/server/opensource.lua.
Sign up for FiveManage at refer.fivemanage.com/wasabi.
Never place the API key in a shared/client config or public repository.
pma-voice - patrol and dispatch radio
Required when Config.Radio.enabled = true. The patrol and dispatch tools use pma-voice to move officers into configured TAC or call channels.
Set Config.Radio.enabled = false if these radio features are not used.
Medal desktop app - BodyCam
Required only for officers using the optional BodyCam recording workflow. Players without Medal can continue using the rest of the MDT, but cannot start BodyCam recording.
Download Medal at ref.medal.tv/wasabi.
wasabi_police_v2 - police map integration (Coming soon)
Coming soon. When used with wasabi_mdt, displays station locations, tracked players, radar posts, CCTV cameras, and other live police data on the MDT map and related pages.
wasabi_gps - officer map blips
When running alongside wasabi_gps, the MDT map displays live positions for other on-duty police players in your department.
Optional integrations
The resource detects these integrations when present:
ps-dispatchorcd_dispatchfor dispatch mirroring and optional ingestionRxHousing,bcs_housing,rtx_housing, orvms_housingfor AutoSync propertieswasabi_notify,wasabi_uikit, orlation_uifor notifications; otherwiseox_libis used- An inventory that supports the included
mdt_tabletitem definition
For another housing system, copy bridge/housing/template.lua to a file named for the resource and implement the documented adapter functions.