Price
UnknownA script by Burevestnik
Price
Unknown
I welcome you CFX community!
I present to you a minimalistic lockpicking minigame that repeats the original lockpicking minigame from the Uncharted: The Lost Legacy, which you and your players will be delighted with!
This is a minigame for speed and attentiveness, you have to go through all the stages in a set amount of time to open the lock. But itβs not so easy, you have to enter the cursor over the lock and notice the indicators in time that will tell you where you need to stop and hold.
Demonstration of the system:
Preview: click
Example of a configuration file:
-- /*
-- βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-- βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-- βββββββ¦ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-- βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-- βββββββ¦ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-- βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ*/
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
--The time in which the player must complete the mini game
Config.countdown = 30000 --30 sec in ms.
--Translation config
Config.Translation = {
['translationText1'] = 'Find the position and hold<br>You have 30 seconds to open the lock',
}
--Exports
--exports.Burevestnik_lockpick:Burevestnik_lockpick_minigame_start() --Export to start
--exports.Burevestnik_lockpick: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 minigame include:
TOP SALES
You may also be interested in my other resources:
| Code accessible | Open source: Yes \ Escrow: No - Available only: UI |
| Subscription based | No |
| Lines (approximately) | 300 |
| Requirements | N/A |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.