Timer Question
#4

call the timer every second and then use:

pawn Код:
time--;
then,
pawn Код:
if(time == 0)
{
      //...
}
Reply


Messages In This Thread
Timer Question - by Dr - 20.02.2012, 19:59
Re: Timer Question - by Babul - 20.02.2012, 20:13
Re: Timer Question - by Dr - 20.02.2012, 20:17
Re: Timer Question - by fordawinzz - 20.02.2012, 20:21
Re: Timer Question - by Dr - 20.02.2012, 20:30
Re: Timer Question - by Babul - 21.02.2012, 07:31

Forum Jump:


Users browsing this thread: 1 Guest(s)