Installation
From Keymaster to a running resource
va_emsmdtView the product →
Five minutes from Keymaster to a running resource. Read the dependencies first — nine out of ten support tickets are a missing ox_lib.
Install it
Download the resource
Download
va_emsmdt.zipfrom your Cfx Keymaster and unzip it intoresources/[va].The folder must be named
va_emsmdt— rename it if it unzips under a different name (e.g. with a version number). The script will not start under any other name.Add it to server.cfg
Order matters —
ox_libandoxmysqlmust start before the MDT.ensure ox_lib ensure oxmysql ensure va_emsmdtRestart the server
Restart the server and join as an ambulance job to open the MDT.
Dependencies
Install these before the MDT. Versions below are the minimums we test against.
| Resource | Version | Required |
|---|---|---|
ox_lib | 3.20.0 | Yes |
oxmysql | 2.9.0 | Yes |
ox_target | 1.16.0 | Yes |
es_extended | 1.9.0 | Yes |
Configuration
config.lua is plain text and escrow-free. Edit it before the first start.
Config = {}
Config.Locale = 'da'
Config.AllowedJobs = { 'ambulance' }
Config.BleedOut = 300 -- seconds
Config.RespawnCost = 500
Config.Modules = {
records = true,
triage = true,
billing = true,
}Troubleshooting
Your job name is not in Config.AllowedJobs. EMS jobs are matched exactly.
The society account is missing. Confirm esx_society is running and the ambulance society exists.
Open a ticket in the Discord with your config and console output. Median reply is four hours.