12.02.2014, 21:10
Ok so..
SetTimer & SetTimerEx are supposed to go by milliseconds right? Well that's what I thought going by the wiki....
I've been wondering why for agies when setting my zone timer to 1800000 milliseconds using SetTimer (30 minutes) it was never working.
Then I looked at another one of my SetTimers and realised it was set to 5000 which was happening every 5 minutes. Therefore SetTimer is going by 1000 = 1 minute which is definitely not milliseconds.
I then checked one of my SetTimerEx's and I have a few set to 1000 which is happening every 1 second.
So therefore SetTimer is not milliseconds and SetTimerEx is milliseconds..
Am I correct here or completely loosing my marbles?
SetTimer & SetTimerEx are supposed to go by milliseconds right? Well that's what I thought going by the wiki....
I've been wondering why for agies when setting my zone timer to 1800000 milliseconds using SetTimer (30 minutes) it was never working.
Then I looked at another one of my SetTimers and realised it was set to 5000 which was happening every 5 minutes. Therefore SetTimer is going by 1000 = 1 minute which is definitely not milliseconds.
I then checked one of my SetTimerEx's and I have a few set to 1000 which is happening every 1 second.
So therefore SetTimer is not milliseconds and SetTimerEx is milliseconds..
Am I correct here or completely loosing my marbles?