[Standalone] Realistic DSLR Camera with REAL UI [10eur]

DSLR Camera Script
Realistic hand-held Battering RAM to bring doors down (and also unlock them in locking systems).

Preview

BUY IT HERE (TEBEX - 10eur+ tax)

Features

  • Realistic DSLR Camera workflow system
  • SDCards as items that can be exchanged between cameras
  • Pictures are saved on SDCards
  • ox_inventory and qb-inventory support by default

##Dependecies

  • ox_lib
  • inventory system (any inventory that supports metadata)

Documentation

The full documentation for the Police Tools can be found here.

BUY IT HERE (TEBEX - 10eur+ tax)

Package

This script is sold separately but is a part of my “Advanced Police Tools”, which you can learn more about here and has plenty more modules for a considerable price:

Code is accessible No (inventory integration and config exposed)
Subscription-based No
Lines (approximately) 500+
Requirements ox_lib and inventory system
Support Yes
2 Likes

is this compatibile with ox inventory
can i remove this in ox_inventory/items.lua

client = {
export = ‘tugamars-police_tools.dslrcamera’,
}

Yes, this is compatible and has out of the box support for ox_inventory.
You will need to replace ‘tugamars-police_tools’ with the script name, as I forgot to change that in the installation files.

like this

client = {
export = ‘tugamars-dslr_camera’,
}

This should be it:

client = {
export = ‘tugamars-dslr_camera.dslrcamera’,
}

yes,it is but now i have error cant open nui when try to use camera

error duringNUI callback useItem: citizen:/scripting/lua/scheduler.lua:876 : attempt to concatenate a nil value (local “k” )

Can you join the Discord and open a technical ticket so we can better figure out your issue?