Ryze
Problem with the first iteration in the loop, wont wait the set delay
I'm basically trying to iterate through users and then add a delay for each iteration, delay is user set. There is however a base delay that is also user set, I just calculate the final delay with base delay + delay. I use a variable to calculate which user its at, if its the first then its 0, second 1, third 2 etc. It resets after all the users have been done sending. Problem is, the first user sends instantly after 1 second, ignoring the delay.
33 replies