27.07.2011, 06:30
I can make it with one code!
^ You just need to multiply the seconds by 1000 to get the exact milliseconds you want.
I might as well call this useless since google can provide more clear and exact answers to conversions from seconds to milliseconds.
I only came here and thought "ahh! Maybe this can be a efficient timer creating method
Code:
#define SetFixedTimer(%0,%1,%2) SetTimer(%0,%1 * 1000,%2)
I might as well call this useless since google can provide more clear and exact answers to conversions from seconds to milliseconds.
I only came here and thought "ahh! Maybe this can be a efficient timer creating method