SA-MP Forums Archive
Checkpoint stuff thingy help ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Checkpoint stuff thingy help ? (/showthread.php?tid=208001)



Checkpoint stuff thingy help ? - rubygta - 07.01.2011

Hello!
So, me n' my m8 is building a Drift server, as you may know..
And we want to make it so that we drift into a checkpoint then AUTOMATICLY gets teleported to another place and start drifting again, I did use the search function but I'm not sure what to search for... So, a little help would be aaaaaawesome, in advance, Thank you!


Re: Checkpoint stuff thingy help ? - bartje01 - 07.01.2011

CreateRaceCheckpoint

OnPlayerEnterRaceCheckpoint

SetPlayerPos

These are the t hings you'll need


Re: Checkpoint stuff thingy help ? - rubygta - 07.01.2011

Thanks, I'll try that


Re: Checkpoint stuff thingy help ? - bartje01 - 07.01.2011

np. IF you can't come out, just ask. I'll try to help if I'm still here


Re: Checkpoint stuff thingy help ? - rubygta - 07.01.2011

When I write CreateRaceCheckpoint(playerid, 1, 1, 1); just for test, it says a undefined symbol..... How many parameters do I place, I need some more info


Re: Checkpoint stuff thingy help ? - bartje01 - 07.01.2011

Well. a CreateRaceCheckPoints needs 2 coordinates.

The checkpoint you want to set, and also the following checkpoint

SO like this:

CreateRaceCheckpoint(playerid,1,1,1,2,2,2);