Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
sorry new to bablosoft, I want to convert minutes to second, how to do that? example i put "1" in my fixed integer resource and script will process it as 60 seconds
@malda Just multiply it by 60....
@clarabellerising working perfect !! thankyou
@MrX https://gist.github.com/2captcha/2ee70fa1130e756e1693a5d4be4d8c70
@Koba Thanks for your answer. Do you have any example ? (You can modify my own script) Regards
@Dasium rdp cost very low, depend on server, use it with 1 thread
@zortexx said in How to sleep for x minutes after x follows?:
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds. ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png But you should be sure that number that you check is not string. If not you just get wrong result anyway.
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds.
ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png
But you should be sure that number that you check is not string. If not you just get wrong result anyway.
Can't seem to figure this out bro, this didn't work out for me