GSRamos Posted August 17, 2018 Posted August 17, 2018 is there any kind of timer to be activating and deactivating my script? thanks in advance..
Lenn1 Posted August 17, 2018 Posted August 17, 2018 You can use gg.sleep api. Parameters milliseconds The length of time to sleep in milliseconds. Examples: -- 200 ms gg.sleep(200) -- 300 ms local v = 300 gg.sleep(v)
Question
GSRamos
is there any kind of timer to be activating and deactivating my script?
thanks in advance..
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.