SA-MP Forums Archive
IDEK - 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: IDEK (/showthread.php?tid=125094)



IDEK - ScottCFR - 02.02.2010

I don't know what to search for on this one. I need one of the red rings like when you go into one and it gives you stuff.


Re: IDEK - [HiC]TheKiller - 02.02.2010

A Checkpoint :P?


Re: IDEK - bluray - 02.02.2010

if your making one its quite easy. two ull need a checkpoint streamer or another command like i have.
this is best to make on player spawn.

first onplayerspawn
Код:
SetPlayerCheckpoint(playerid, x, y, y, 2);//Change 2 to what ever radius you want (of the checkpoint)
next onplayerentercheckpoint
Код:
setplayerpos(whereever);
sendclientmessage(playerid, COLOR_BLUE, "shit this checkpoint actually works.");
i like using the command i found for multiple checkpoints even if for one as its more organised. but this should work.

good luck



Re: IDEK - ScottCFR - 02.02.2010

Thx, yes i am a late night scriptor..... i learn about it on weedends then work on it at like 4AM lol