For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.

Config = {}

Config.GangPhoneItem = 'burnerphone'
Config.KillsToWin = 10

Config.Notify = function(msg, msgType, time)
    TriggerEvent('esx:showNotification', msg)
end

Last updated