Timed Action

When the angle is in the right place, press space and complete the minigame.

-- @param1 locks (count)

local success = exports['rm_minigames']:timedAction(3)
if success then
    print("SUCCESS")
else
    print("FAILED")    
end

Last updated