⚙️Master Config

Explore the Master Config, the hub for essential settings that allow the resource to work.

master_config.lua

  1. Config.CheckVersion:

    • This is a boolean value that determines whether the script should check if you are running the latest version.

    • When set to true, the script will perform a version check and log the result in the console and the Master Logs.

    • This feature helps you stay informed about any updates or new versions of the script.

  2. Config.Framework:

    • This setting specifies the framework that your server is using.

    • You need to set this value to match your server's framework to ensure compatibility and proper functionality.

    • The available options are:

      • "ESX" for the ESX framework

      • "QBCORE" for the QBCore framework

      • "QBOX" for the QBox framework

      • "NONE" if you are not using any specific framework

    • Make sure to set this value correctly based on your server's setup.

  3. Config.Target:

    • This section contains settings related to the target system in HawkEye Surveillance.

    • The enabled option allows you to enable or disable the target system. If set to false, the target system will be disabled, and 3D text will be displayed instead.

    • The type option lets you choose between two popular target systems: "ox-target" and "qb-target". Set this value according to the target system you are using on your server.

    • The options subsection provides further customization for the target system:

      • radiusJammer: This value determines the interaction radius for the jammer. Players within this radius will be able to interact with the jammer using the target system.

      • labelJammer: This option allows you to customize the label displayed when targeting the jammer. You can set it to any desired text.

      • debug: If set to true, the target system will display debug information, which can be useful for troubleshooting or monitoring the system's behavior.

Last updated

Was this helpful?