Minigame Exports

Here you can learn how to use exports of minigames

Typing Game

-- @param1 difficulty (easy, normal, hard)
-- @param2 duration (second)

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

Timed Lockpick

Timed Action

Quick Event

Combination Lock

Button Mashing

Angled Lockpick

Finger Print

Hotwire

Hacker Minigame

Safecrack

Timed Button

Timed Bar

Circle Click

Multiple Lockpick

Memory Game

Last updated