Before you point out that I did not make this, well I did not create the UI
If this is not allowed you can flag it or moderator can take it down thankyou
An easy lockpick export for FiveM.
I know this was in a lot of leaked resource and has been made similarly.
I was looking for lockpick minigame but there was not any that looks realistic and was wondering if this was already made free in the forum. But it was not, so I decided to release this.
But this one I edited the client myself from the codepen mentioned below.
RegisterCommand('lockpicktry', function()
local result = exports['lockpick']:startLockpick()
print(result, 'lockpicking result')
end)
If this is not allowed you can flag it or moderator can take it down thankyou
An easy lockpick export for FiveM.
I know this was in a lot of leaked resource and has been made similarly.
I was looking for lockpick minigame but there was not any that looks realistic and was wondering if this was already made free in the forum. But it was not, so I decided to release this.
But this one I edited the client myself from the codepen mentioned below.
Installation
- Download the resource.
- Drag and drop to resources folder.
- Ensure or start the resource in server.cfg and you are done.
Usage
Use startLockpick export to start lockpicking.RegisterCommand('lockpicktry', function()
local result = exports['lockpick']:startLockpick()
print(result, 'lockpicking result')
end)