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
STEP 2 - Resource order
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
Item('fpscanner', function()
TriggerEvent('mst_fpscanner:core:open', true);
end);
STEP 5 - Configuration
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