⚙️Configuration

Config = {}

Config.ClientNotify = function(title, message)
    TriggerEvent('esx:showNotification', message)
end

Config.Settings = {
    CommandName = "fps2",
    useKeyBinding = true,
    Key = "F10",
}

Config.Language = {
    settingSuccess = 'Einstellung erfolgreich aktiviert',
    settingDeactivated = 'Einstellung erfolgreich deaktiviert',
}

Exports

Clientside

If you have any configuration questions or errors, feel free to open a ticket on our Discord!

Last updated