05.07.2011, 19:04
So i was wondering how to script that when the player leaves the checkpoint it cancels the timer but I don't exactly know how. Any pointers?
// Somewhere in your script
TimerName = SetTimer(...);
// OnPlayerLeaveCheckpoint
KillTimer(TimerName);