Timer (SetTimerEx)
#1

It returns the ID of the timer that was created, but what does the ID start at? 0, 1, what?
Reply
#2

Why not check and see?

pawn Код:
printf("Timer ID: %i", SetTimerEx("Function", 1000, false, "i", 0));
From what I can see, they start at 2
Reply
#3

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)