Quick Event

Press the button and complete the minigame in the given time.

-- @param1 difficulty (easy, medium, hard)

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

Last updated