09.02.2012, 21:18
Quote:
Make an array of the checkpoints.
Create the first one.
Have an array curCP[MAX_PLAYERS] to store the current CP.
When entering a CP, add one to curCP and show the array index [curCP].
Use sizeof() to check when they are at the last CP.