{HELP} Help with Checkpoint Please
#1

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

SetPlayerCheckpoint(playerid,2031.6348,-1413.5884,16.9922);
Reply
#3

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.
Reply
#4

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

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*/");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)