Among Us Calibrate Distributor Mini-Game for FiveM - Add a Dash of Suspense to Your RP Server!
Just want to start off by saying that while the initial idea is based on the popular Among Us ‘Calibrate Distributor’ task, the open-source code I used has been significantly adapted and reworked to fit the needs of a FiveM server. I am releasing this as a free resource for all, and I have full respect for the original developers.
Features:
- Responsive UI for all screens
- Easy to Install
- Code is open-source
Credits to Aditya Mehta and his Among Us (MiniGame) UI.
Download
calibrate-distributor.zip (6.7 KB) or GitHub
Installation
- Download the resource.
- Drag and drop to your resources folder.
- Ensure or start the resource in your server.cfg file. That’s it!
Usage
To kick off the Calibrate Distributor game, use the startDistributor export as shown below:
RegisterCommand('calibratedistributor', function()
local result = exports['calibrate-distributor']:startDistributor(true)
print(result, 'calibrate distributor result')
end, false)