Skip to content

It could of just been a "snippet" but I'm lazy and decided to pack it into it's own resource. Mobile fingerprint scanner for Police.

Notifications You must be signed in to change notification settings

Randolio/randol_fingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randolio: Fingerprint (Rewritten) - 29/02/2024

An easy way for police to scan a player's fingerprint if they don't have any way of identifying themselves. (traffic stop etc..)

This now utilizes job type 'leo'. Make sure your police jobs have this type in the jobs.lua.

Preview: (https://i.imgur.com/InNRQuq.png)

Requirements

Item:

if qb-inventory, Add this item to your qb-core > shared > items.lua.

["policetablet"] = {
    ["name"] = "policetablet",
    ["label"] = "Police Tablet",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "policetablet.png",
    ["unique"] = true,
    ['useable'] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A mobile fingerprint tablet."
},

if ox_inventory, add this to ox inventory items.lua

["policetablet"] = {
    label = "Police Tablet",
    weight = 5000,
    stack = false,
    close = true,
    description = "A mobile fingerprint tablet.",
    client = {
        image = "policetablet.png",
    }
},

In order for police to get this item, just add it to the police armory list or make your own way of them obtaining it.

[image]

This folder has the image for the item. Drag and drop the png into your inventory image folder.

You have permission to use this in your server and edit for your personal needs but are not allowed to redistribute.

About

It could of just been a "snippet" but I'm lazy and decided to pack it into it's own resource. Mobile fingerprint scanner for Police.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages