How to use
Set resource folder name to qadr-safe
And set ensure qadr-safe in your server.cfg
This resource converted from fivem to redm.
You can create as many locks as you want.
It will be generated based on how many random numbers are provided to the createSafe function
Also, you shall only provide numbers between 0 and 99 , otherwise it will be impossible to finish the minigame properly!
local res = exports[“qadr-safe”]:createSafe({math.random(0,99)})
2 Likes
LBD09
September 17, 2022, 6:35pm
2
So, are we able to create a safe in places and then have people break into them or, is it just for use like it is in the example video? As in, type in the command and spawn one on your screen but, not actually on the server side where others can see and rob.
1 Like
Scapin
March 9, 2023, 3:38pm
3
There’s a sound problem on this one.
When lockpick OUTSIDE a building = Sound OK
When lockpick INSIDE a building = No Sound
SevD3v
September 26, 2025, 1:06am
5
Did you ever get an answer to this im having the same issue
SevD3v
September 26, 2025, 1:44am
7
Head to the github and download the modified pull requests , that worked for me , someone reworked it
2 Likes