SA-MP Forums Archive
{HELP} Help with Checkpoint Please - 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: {HELP} Help with Checkpoint Please (/showthread.php?tid=82042)



{HELP} Help with Checkpoint Please - killdahobo99 - 15.06.2009

Can someone just please put these cords

Code:

Код:
2031.6348,-1413.5884,16.9922
Into a checkpoint? i really need this done. I also want the Red marker to teleport the player to here:

Code:

Код:
1935.4089,-2110.2100,-19.3109

Please can someone just make a red marker thing for those cords and put it in this script:

http://pastebin.com/m1bd448fc

Thank you.


Re: {HELP} Help with Checkpoint Please - CJ101 - 15.06.2009

SetPlayerCheckpoint(playerid,2031.6348,-1413.5884,16.9922);


Re: {HELP} Help with Checkpoint Please - killdahobo99 - 15.06.2009

Quote:
Originally Posted by cj101
SetPlayerCheckpoint(playerid,2031.6348,-1413.5884,16.9922);
That does not work, like in my old topic i tryed it didnt work, Can you please just try to put it in the pastebin i provided and upload it? because if i try i get errors and nothing gets done.


Re: {HELP} Help with Checkpoint Please - killdahobo99 - 15.06.2009

Ok....I got the red marker to appear!!!!! finally!! the only problem now is, i want the marker to teleport me to this cordinate:

Код:
1935.4089,-2110.2100,-19.3109
How do i do that?


Re: {HELP} Help with Checkpoint Please - Abernethy - 16.06.2009

pawn Код:
// OnPlayerSpawn
SetPlayerCheckpoint(playerid, 2031.6348,-1413.5884,16.9922);

// OnPlayerEnterCheckpoint
SetPlayerPos(playerid, 1935.4089,-2110.2100,-19.3109);
SendClientMessage(playerid, 0xffffffAA, "You've been teleported to /*WHAT THE PLACE IS*/");