21.04.2011, 03:45
Hey, this is my timer:
I want it so that when the player enters the checkpoint it starts it so I did this:
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?
pawn Код:
SetTimer("TruckerDeliver", 30000, 0);
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
SetTimer("TruckerDeliver", 30000, 0);
return 1;
}