PingouinTheDev Doc's
  • 🔐About escrow system
    • 🔑"You lack the required entitlement to use ... "
    • ❌Failed to verify protected resource
    • 🛑Error parsing script / Failed to load script
    • ↔️Transferring assets to another account
  • ⁉️FAQ
    • Do you make partnerships ?
    • Do you take customs orders ?
    • And do you send any decrypted ver...
    • Do you provide assistance / help on your scripts ?
  • 📔Scripts doc's
    • 🚑Medical Reanimation Script
      • 🛠️General config
        • 🔌Frameworks and compatibility
        • ⚙️Miscellaneous
        • 💉Medical
        • ⛔Errors and Troubleshooting
      • 📃Features and How to use
    • 😵Decapitation script
      • 🛠️General config
      • 🔀Integrate with death scripts
    • 📹Facial Recognition
      • 🛠️General config
        • 🔌Frameworks
        • ⚙️Miscellaneous
        • ⛔Errors and Troubleshooting
      • 🎛️Utils
    • ⛺Homeless tent script
      • 🛠️General config
        • 🔌Frameworks
        • ⚙️Miscellaneous
        • ⌨️Keybinds
      • 🎛️Utils
Powered by GitBook
On this page
  • cfg.useESX
  • cfg.useQB
  • cfg.jobNames
  1. Scripts doc's
  2. Facial Recognition
  3. General config

Frameworks

This part will help with the framework part of the config (ESX/QB/Custom ...)

cfg.useESX

Set to true if you plan to use ESX Jobs to run the script, false if not applicable

cfg.useESX = true,

cfg.useQB

Set to true if you plan to use QB Jobs to run the script, false if not applicable

cfg.useQB = true,

cfg.jobNames

Set the jobs which are allowed to use the panel / research and alerts part of the script. This will not affect the recognition part.

BEFORE :

cfg.jobNames = {
    'police',
}

AFTER

cfg.jobNames = {
    'police',
    'BSCO',
    'sheriff',
}

PreviousGeneral configNextMiscellaneous

Last updated 4 months ago

📔
📹
🛠️
🔌