Timer Question
#1

Why won't this work?

pawn Код:
public Timer(playerid, time)
{
    for(new x=time,x<=1,x--)
    {
        SetPlayerPos(playerid, 0, 0, 0);
    }
    return 1;
}
I set the time to a amount in another command and I want it to subtract from that amount as the milliseconds go on, but it isnt working...
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)