Timers severely messing up, some not working.
#1

The timers I had were working before and now have decided to stop working, what could be the reason for this?

I don't have anywhere near the limit at all. I moved a timer on OnGameModeInit to the bottom and it started working, what could be the cause of that?
Reply
#2

The code above/below is possibly not working in run time due to which the timer execution code line isn't reached.
Reply
#3

How would I find such a thing?
Reply
#4

Try to remove some of the code or code in parts and see if the OnGameModeInit is being executed till the end.

example:
pawn Код:
public OnGameModeInit()
{
    // code part 1

    // code part 2

    print("Till the end.");
}
If till the end is being printed, there is some other fault.
Reply
#5

it prints to the end, timers randomly stop working after a while it's very strange.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)