[FREE][Release] Fix Wiring [STANDALONE]

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

8 Likes

Among Us vibes. Love it. Thanks!

2 Likes

I’m very glad you liked it :grinning:

Does it randomize the wire paths everytime ?

1 Like

Unfortunately no, it’s always the same path of the wires, and yes, I think it’s possible to do random, I’ll see that later

No problem, If it could be random i would 100% use this but without that function it makes it hard to implement as people would have the path cracked in a few seconds with muscle memory. Great resource however!

1 Like

Update 1.0

  • Added 7 variations of wire connections

1 Like

somone can explain how connect this with as example esx_repairkit?

1 Like

Great minigame for an electrician job. Thanks!

1 Like

Depending on which version of esx_repairkit you are using, because in a quick search, I found 3 modifications of this script, but anyway, it is possible to use the minigame to repair the vehicle’s engine, you will only have to make some changes to the esx_repairkit code , in this case, it’s not just putting the event to start the minigame, tell me which one you use, so I can see it

I’m glad you liked it :heart:

1 Like

i have this one

or give a better one?