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:
[tgmpt]
Tugamars Police Tools
This script is something I’ve been working on for the past few months and involves a compedium of multiple police tools optimized at maximum.
BUY IT HERE (TEBEX - 30eur + tax)
Modules overview
The current list of modules is this:
Basic/Standard
Cuff Players
Cuff to the world (to objects)
Drag
Patdown
Shackles
Sit/Unseat in car
Tackle
Investigation
DSLR Camera (with a realistic UI)
Window Tint Meter (with a realistic UI)
Tactical
Door Wedges
Battering …
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’,
}
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’,
}
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” )
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?