⚙ī¸Configuration

Configuration for en-fuel resource

Setting Framework

Set the type of framework you use (ESX/QBCORE) in the config.lua file

Notify

Config.ClientNotification = function(message, type, length) -- You can change notification event here

    -- trigger event for your notify system (CLIENT)
end

Trigger event for the send notify client-side. Example:

Config.ServerNotification = function(source, message, type, length) -- You can change notification event here
    
    -- trigger event for your notify system (SERVER)
end

Trigger event for the send notify server-side. Example:

Change Locales

Change locales text for your language in Config.Locale

Last updated