30.01.2013, 14:39
A timer to show the next checkpoint?
And add this to OnplayerEnterCheckpoint:
pawn Код:
forward NextCP();
public NextCP()
{
SetPlayerCheckPoint//add the cp coords here
return 1;
}
pawn Код:
SetTimer("NextCP", 30000, 0);