mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
add: timer of 0.5 before taking screenshot
This commit is contained in:
parent
b654535813
commit
b8c04246b9
|
@ -49,7 +49,9 @@ end)
|
||||||
//
|
//
|
||||||
|
|
||||||
function gmInte.takeScreenShot()
|
function gmInte.takeScreenShot()
|
||||||
ScreenshotRequested = true
|
timer.Simple(0.5, function()
|
||||||
|
ScreenshotRequested = true
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user