Explanation
A simple Fix Wiring minigame, Among Us style.
I made this script a while ago for my server to make a direct connection when stealing a vehicle, everyone loved the idea and this minigame can be used in several ways.
This minigame is not my own, what I did was simply convert it to work on fivem.
Original author by Louis Hoebregts (Codeopen Fix Wiring: https://codepen.io/Mamboleoo/pen/NWrBoep).
The minigame is completely STANDALONE, just call an event with the necessary configuration and the minigame will open.
Video
How to use
The minigame has an event with CallBack Function, that is, when calling the event, it will only execute the event function if the minigame is successfully completed.
Just call this event in other scripts and use your creativity.
This is a client-side event.
TriggerEvent("Mx::StartMinigameElectricCircuit", x, y, scale, size_game, sound_name, function()
print(">>>>>> Success <<<<<<")
end)
Parameters
- x = position on screen
- y = position on screen
- scale = game size in scale (example: 1.0 normal)
- size_game = game size in vmin
- sound_name = audio name + format (example: 1.ogg)
Minigame Audio
- You can set any minigame ending audio, just take the audio and put it in the sounds folder and set it in the event
Keys
- ESC = Close the minigame
- Backspace = Closes the minigame
Update 1.0
- Added 7 variations of wire connections
Download on Github
See our other scripts:
Tattoos Shop (And Degrade Hair)
Mx Custom Car
Mx Keycodes
Body Damages
Mx Crafting
