Code Studio
Tebex DiscordYoutubeGitHub
  • 🌟Welcome to Code Studio
  • Overview
    • 💡What we do
  • 📜Our Scripts
    • Ultimate License System
      • 🛠️Setup
    • Bodycam & Dashcam
      • 🛠️Setup
    • Weather Management
      • 🛠️Setup
    • Car Radio - Car Play Pro
      • 🛠️Setup
    • Modern HUD
      • 🛠️Setup
    • Modern Shops
      • 🛠️Setup
    • Advanced Radio
      • 🛠️Setup
    • Modern ID Card
      • 🛠️Setup
    • Billing Invoice System
      • 🛠️Setup
    • Radial Menu
      • 🛠️Setup
    • Death Screen
      • 🛠️Setup
    • Boss & Gang Menu
      • 🛠️Setup
    • Advanced Notification
      • 🛠️Setup
    • Fingerprint Scanner
      • 🛠️Setup
    • Drunk System + Alcohol Tester
      • 🛠️Setup
    • Advanced Job + ID Card
      • 🛠️Setup
    • Drug Selling + Level Based
      • 🛠️Setup
    • Multi Job System
      • 🛠️Setup
    • Discord2FiveM [V2]
      • 🛠️Setup
    • Modern Radio
      • 🛠️Setup
    • Grappling Gun
      • ♦️Standalone
  • ⚠️FiveM Escrow Protection FAQ
    • Home
    • Error parsing script ... <\1>
    • Failed to verify protected resource
    • You lack the required entitlement
    • What to do if nothing is fixing the errors
Powered by GitBook
On this page
  • Setting Up the Script
  • Events
  1. Our Scripts
  2. Fingerprint Scanner

Setup

This is a detailed setup guide for Fingerprint Scanner. If you have any questions before making a purchase, you can contact us on Discord

Setting Up the Script

  1. The script is standalone in nature, and you can find the required information in the config itself you can configure this is any framework

  2. You can use Fingerprint Scanner with commands or as an item:

    • qb-core/shared/items.lua
       ["finger_scanner"] = {
              ["name"] = "finger_scanner",                                                        
              ["label"] = "Finger Scanner",
              ["weight"] = 0,
              ["type"] = "item",
              ["image"] = "finger_scanner.png",
              ["unique"] = false,
              ["useable"] = true,
              ["shouldClose"] = true,
              ["combinable"] = nil,
              ["description"] = ""
          },
    • ox_inventory/data/items.lua
      ['finger_scanner'] = {
          label = 'Finger Scanner',
          weight = 0,
          stack = true,
          close = true,
          description = ""
      },
  3. Enable this CodeStudio.Enable_Fingerprint_ID if you want to use a Unique Fingerprint ID system that supports QB and ESX

Events

  1. Open UI
    TriggerEvent(cs:fscanner:openUI)
  2. Close UI
    TriggerEvent(cs:fscanner:closeUI)
PreviousFingerprint ScannerNextDrunk System + Alcohol Tester

Last updated 1 year ago

📜
🛠️