Integration
This is an entire page on what you can integrate with
WARNING: ONLY MESS WITH THESE IF YOU KNOW WHAT YOU ARE DOING!!!!
Minigame
function TriggerFishingMinigame()
local player = Framework.Player
local passed = false
exports['ps-ui']:Circle(function(success)
if success then
passed = true
else
passed = false
end
end, Config.DifficultySettings[player.Metadata.fishinglvl].MinigameCircleNum,
Config.DifficultySettings[player.Metadata.fishinglvl].MinigameCircleMS) -- NumberOfCircles, MS
return passed
endDispatch Function
Notify System
Last updated