Electric MiniGame
Electric MiniGame [Inspired by Among Us] Created a UI Minigame inspired by among us wiring fix minigame. Credit for svg: https://codepen.io/Mamboleoo/pen/NWrBoep Modified by Rayaan Uddin How to use local success = exports["ez_electricminigame"]:WiringFix(30) -- 30seconds countdown if success...
forum.cfx.re
电动迷你游戏 [灵感来自我们之中]
创建了一个受我们之中的布线修复小游戏启发的 UI 小游戏。svg 来源:https ://codepen.io/Mamboleoo/pen/NWrBoep 1
由 Rayaan Uddin 修改
如何使用
lua:
local success = exports["ez_electricminigame"]:WiringFix(30) -- 30seconds countdown
if success then
-- finished on time
else
-- Cancelled or failed to finish on time
end