add: timer of 0.5 before taking screenshot

This commit is contained in:
Linventif 2024-03-10 03:53:41 +01:00
parent b654535813
commit b8c04246b9
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -49,7 +49,9 @@ end)
// //
function gmInte.takeScreenShot() function gmInte.takeScreenShot()
ScreenshotRequested = true timer.Simple(0.5, function()
ScreenshotRequested = true
end)
end end
// //