๐ชqb-lockpick
Locks were meant to be picked
Last updated
Locks were meant to be picked
Last updated
local function lockpickFinish(success) -- callback function
if success then print('Player succeeded') end
print('Player failed')
end
RegisterCommand("testlockpick", function()
TriggerEvent('qb-lockpick:client:openLockpick', lockpickFinish)
end)