SA-MP Forums Archive
[Help]Checkpoint is invisible - 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]Checkpoint is invisible (/showthread.php?tid=246107)



[Help]Checkpoint is invisible - Placebo - 03.04.2011

Before someone suggests that I use a checkpoint streamer, I only need one checkpoint.

I can see the checkpoint from afar, but as I get closer to it it becomes invisible. The actions scripted in OnPlayerEnterCheckpoint still execute.

Here's the code I use to create the checkpoint.. but I can't see anything wrong with my code here.
pawn Код:
SetPlayerCheckpoint(playerid, 481.5759,2044.3569,123.4984, 2.0);
.. Any suggestions? lol


Re: [Help]Checkpoint is invisible - Placebo - 03.04.2011

bump


Re: [Help]Checkpoint is invisible - Marricio - 03.04.2011

Check your virtual world and interior.


Re: [Help]Checkpoint is invisible - Placebo - 03.04.2011

Quote:
Originally Posted by Marricio
Посмотреть сообщение
Check your virtual world and interior.
Hmm, I don't set any players to any virtual world or interior; it's all default (which is 0, right?).


Re: [Help]Checkpoint is invisible - Vince - 03.04.2011

I think it has something to do with the height. Checkpoints tend to behave oddly at great heights.


Re: [Help]Checkpoint is invisible - Placebo - 03.04.2011

Quote:
Originally Posted by Vince
Посмотреть сообщение
I think it has something to do with the height. Checkpoints tend to behave oddly at great heights.
Ah, that sucks. Maybe I'll just use a pickup..