Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by Heliumdioxid Oct 24, 2025

Hello @LeonScripts-PT! When the evidence laptop/fingerprint scanner item is used, ox_inventory executes the respective export from the evidence script. These exports must therefore be registered in your items file.

So, simply copy this into your items.lua and then the laptop and fingerprint scanner should work properly:

['evidence_laptop'] = {
    label = 'Computador de Provas',
    description = 'Este computador destina-se à polícia para poder registar provas criminais',
    weight = 1500,
    stack = true,
    close = true,
    client = {
        export = 'evidences.evidence_laptop'
    }
},
['evidence_box'] = {
    label = 'Caixa de Provas',
    description = 'Esta caixa destina-se à p…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@LeonScripts-PT
Comment options

Answer verified by Admin Oct 24, 2025
Comment options

You must be logged in to vote
8 replies
@Luccboy
Comment options

@LeonScripts-PT
Comment options

@Luccboy
Comment options

@LeonScripts-PT
Comment options

@Luccboy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
bugs
Labels
bug Something isn't working
3 participants