Timer bug?
#1

Hey, this is my timer:

pawn Код:
SetTimer("TruckerDeliver", 30000, 0);
I want it so that when the player enters the checkpoint it starts it so I did this:

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
        SetTimer("TruckerDeliver", 30000, 0);
    return 1;
}
The problem is once one person enters the checkpoint the timer starts for everyone? I only want it to start for that on player who entered the checkpoint help?
Reply


Messages In This Thread
Timer bug? - by Tommy_Mandaz - 21.04.2011, 03:45
Re: Timer bug? - by antonio112 - 21.04.2011, 03:53
Re: Timer bug? - by Tommy_Mandaz - 21.04.2011, 04:13

Forum Jump:


Users browsing this thread: 1 Guest(s)