Finger Print

Find the correct fingerprints and complete the minigame.

-- @param1 time (value)
-- param2 live (count)

local success = exports['rm_minigames']:fingerPrint(200, 5)
if success then
    print("SUCCESS")
else
    print("FAILED")    
end

Last updated