When a player leaves a checkpoint
#1

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?
Reply
#2

pawn Code:
// Somewhere in your script
TimerName = SetTimer(...);

// OnPlayerLeaveCheckpoint
KillTimer(TimerName);
Reply
#3

Oh never knew there was an OnPlayerLeaveCheckpoint. :/ Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)