Server Configuration

You aren't finding the config option? Try STRG + F.

General Settings

m_itemsNeeded

Set this 'true', if you want that players need items to perform actions.

Default: false

m_reviveCommand

Set this 'true', if you want to enable the integrated revive command. For permissions see s_functions.lua (IsAllowedToUseReviveCommand)

Default: false

Custom ESX Settings

m_esxSharedObject

Config option for esx settings

Custom QBCore Settings

m_qbCoreResourceName

Set the resource name of the QBCore (needed for export)

Default: "qb-core"

Inventory

m_customInventory

A config option for those who use a custom inventory

Feature Settings

m_ignoreItemsNeededJobs

A table of jobs that ignore the that players need items to perform actions.

Default: { "ambulance" }

m_dependUnconsciousTimeOnMedicCount

Overwrites the default time configured in the client config (here) and depends the time on the count of the medics that are online.

m_limitMenuToJobs

Limits the menu to certain jobs.

m_triageSystem

Find a detailed explanation about the triage system here: Triage System

m_stateSaving

This feature will save the state of the players (like injuries, blood pressure) to a file or mysql database.

m_discordLogging

This feature will log kill logs to discord.

m_showNameOfPlayerOnMenuTitle

Set this to 'true', if you want that the system will show the name of the player on the menu title. Set this to 'false', if you want that the system will not show the name of the player on the menu title.

Default: true

Respawn Settings

m_respawnConfiguration

Server-side respawn configuration config option.

Last updated