I welcome you CFX community!
Today I present you a lockpicking system compatible with various platforms (ESX, QBCore, Standalone). With extensive configuration file editing capabilities and a unique design, this system promises a user-friendly interface, easy setup and efficient functionality. Perfect for improving the gameplay!
Credit: JJiGolem
Demonstration of the system:
Preview Video
How to use:
Example
RegisterCommand('minigame', function()
local status = exports.Burevestnik_lockpick_minigame:Burevestnik_lockpick_minigame_start()
print(status)
end)
Example of a configuration file:
Configuration files
--/*
-- ██████╗░██╗░░░██╗██████╗░███████╗██╗░░░██╗███████╗░██████╗████████╗███╗░░██╗██╗██╗░░██╗
-- ██╔══██╗██║░░░██║██╔══██╗██╔════╝██║░░░██║██╔════╝██╔════╝╚══██╔══╝████╗░██║██║██║░██╔╝
-- ██████╦╝██║░░░██║██████╔╝█████╗░░╚██╗░██╔╝█████╗░░╚█████╗░░░░██║░░░██╔██╗██║██║█████═╝░
-- ██╔══██╗██║░░░██║██╔══██╗██╔══╝░░░╚████╔╝░██╔══╝░░░╚═══██╗░░░██║░░░██║╚████║██║██╔═██╗░
-- ██████╦╝╚██████╔╝██║░░██║███████╗░░╚██╔╝░░███████╗██████╔╝░░░██║░░░██║░╚███║██║██║░╚██╗
-- ╚═════╝░░╚═════╝░╚═╝░░╚═╝╚══════╝░░░╚═╝░░░╚══════╝╚═════╝░░░░╚═╝░░░╚═╝░░╚══╝╚═╝╚═╝░░╚═╝*/
Config = {}
--The ability to embed your own exports to hide the hud
Config.useHudOffOnEvents = true
function hudOnEvent()
DisplayRadar(true)
--exports.Burevestnik_hud:Burevestnik_hud_on() -- Uncomment if you use Burevestnik_HUD system (https://burevestnik.tebex.io/package/5371893)
end
function hudOffEvent()
DisplayRadar(false)
--exports.Burevestnik_hud:Burevestnik_hud_off() -- Uncomment if you use Burevestnik_HUD system (https://burevestnik.tebex.io/package/5371893)
end
--Translation config
Config.Translation = {
['translationText1'] = 'Turn the lock',
['translationText2'] = 'Turn the lock pick',
['translationText3'] = 'Exit',
}
--Exports
--exports.Burevestnik_lockpick_minigame:Burevestnik_lockpick_minigame_start() --Export to start
--exports.Burevestnik_lockpick_minigame:Burevestnik_lockpick_minigame_stop() --Export to close
Optimization (The script consumes):
0.00 ms in a quiet state.
0.00 ms in an active state.
What does this system include:
- This system works on all versions of ESX, QBCore, as well as STANDALONE!
- Beautiful user interface!
- Easy to use via export!
- The ability to integrate with any system!
- You can completely change the user interface at will!
TOP SALES
You may also be interested in my other resources:
Code accessible | Yes |
Subscription based | No |
Lines (approximately) | ~750 |
Requirements | Standalone/ESX/QBCore |
Support | No |