Job Command
#8

You'd need to do it like this :
OnPlayerEnterCheckpoint
Check if it's the right player/checkpoint(if they're streamed) and then
you'd start some idling process (such as being frozen with TogglePlayerControllable) and add your timer :
SetTimer( "your_public_function" , runs only once )

public your_public_function(playerid)
{
Here you'd stop your idling process (such as unfreezing player) and probably give further commands, for instance the next checkpoint.
}

If you didn't understand it yet (I really hope you did) someone or I could write short example of this.
Reply


Messages In This Thread
Job Command - by DanBike - 21.07.2011, 11:27
Re: Job Command - by RSX - 21.07.2011, 11:30
Re: Job Command - by DanBike - 21.07.2011, 11:40
Re: Job Command - by RSX - 21.07.2011, 11:45
Re: Job Command - by DanBike - 21.07.2011, 13:19
Re: Job Command - by Niixie - 21.07.2011, 13:26
Re: Job Command - by DanBike - 21.07.2011, 13:32
Re: Job Command - by RSX - 21.07.2011, 14:48
Re: Job Command - by DanBike - 21.07.2011, 15:16
Re: Job Command - by Niixie - 27.07.2011, 15:08

Forum Jump:


Users browsing this thread: 1 Guest(s)