MichaelLoder

Results 1 issues of MichaelLoder

Changed code to RegisterNUICallback('progress_minigame_input', function(data, cb) if(not MiniGameCompleted) then if OnComplete ~= nil then OnComplete(data.success == true) end StopAnimation() MiniGameCompleted = true end cb('ok') end)