Timer Problem (Y_Timers)
#2

Change this:
pawn Code:
if(pCuffTime[i] >= 1)
to:
pawn Code:
if(pCuffTime[i] > 1)
Edit: If you want to know, when the first statement (Which contains "if") is true, and the others contain "else if", they will automatically be skipped. The ">=" was actually making the first statement true, so even if it was 1, the second part would get skipped. Hope I was clear.
Reply


Messages In This Thread
Timer Problem (Y_Timers) - by Patrick - 03.10.2013, 15:30
Re: Timer Problem (Y_Timers) - by Dragonsaurus - 03.10.2013, 15:35
Re: Timer Problem (Y_Timers) - by Patrick - 03.10.2013, 15:42
Re: Timer Problem (Y_Timers) - by Jefff - 03.10.2013, 15:48

Forum Jump:


Users browsing this thread: 1 Guest(s)