Timer won't Countdown!!!
#21

I think I've found the answer. My timer won't work:

Under OnGameModeInIt()
pawn Code:
SetTimer("Tick",1000,1);
pawn Code:
forward Tick();
public Tick()
{
    print("Hi");
    return 1;
}
But it doesn't print! Maybe I'm setting the timer wrong or something?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)