An easy lockpick export for FiveM. I know this was in a lot of leaked resource and has been made similarly. But this one I edited it myself from the codepen mentioned below. Credits to antoxa-kms.
- Download the resource.
- Drag and drop to resources folder.
- Ensure or start the resource in server.cfg and you are done.
Use startLockpick
export to start lockpicking.
RegisterCommand('lockpicktry', function()
local result = exports['lockpick']:startLockpick()
print(result, 'lockpicking result')
end)
Suggestions and pull request are welcome!
I do not take any credits from the UI code, credits to antoxa-kms codepen.