• Problem with equals to
    2 replies, posted
Hey, i have a timer that counts down from 50secs and i would like to active something at say like 10secs but the "==" doesn't seem to do anything but <=, != and such works(line:82) am i missing something? hastebin Thanks for any help
Because whenever you check if the timer is at 10, it's not at 10... how about just doing time_left <= 10
thank you so much for the help i feel like a derp i forgot to remove the timer after the team switches so it kept playing after the 10secs thats why i was wanting to use the "==" lol
Sorry, you need to Log In to post a reply to this thread.