Installation

If you aren't familiar with programming or just you don't know how to set up the script, we present our installation guide which is as comprehensive as possible so you don't have any difficulties.

STEP 1 - Dependencies

Dependencies are important extensions without which the script can't work.

STEP 2 - Resource order

You MUST start the resource below your core (es_extended/qb-core/ox-core)!

SERVER.CFG
start ox_lib
start es_extended/qb-core/ox_core
start qb-target/qtarget/ox_target/bt-target/sleepless_interaction
start mst_fpscanner

STEP 3 - Database

['fpscanner'] = {
    label = 'Fingerprint Scanner',
    weight = 1000,
    stack = false,
    client = {
        image = 'fpscanner.png'
    }
}

STEP 4 - Modifications

Add the code below here -> ox_inventory/modules/items/client.lua

Item('fpscanner', function()
    TriggerEvent('mst_fpscanner:core:open', true);
end);

STEP 5 - Configuration

Carefully look at the configurations and make them according to your server.

Configurations
config.lua

STEP 6 - Not working?

We hope you don't get to this step, but if you do, you're welcome to our Discord where you can open a ticket for support. :)

-> Check it

Last updated