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



Checkpoint invisible - ~Dangun! - 13.05.2010

As title says, the checkpoint is on a custom made island and it's not showing for some reason.


Re: Checkpoint invisible - ViruZZzZ_ChiLLL - 13.05.2010

Show us the code maybe?


Re: Checkpoint invisible - ~Dangun! - 13.05.2010

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerTeam(playerid, GetPlayerTeam(playerid));
  SetPlayerCheckpoint(playerid, 775.4839,-2851.1702,5.6095,2.5);



Re: Checkpoint invisible - [MWR]Blood - 13.05.2010

Quote:
Originally Posted by ReteLikker
pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerTeam(playerid, GetPlayerTeam(playerid));
  SetPlayerCheckpoint(playerid, 775.4839,-2851.1702,5.6095,2.5);
You should use CreateCheckpoint or get an Checkpoint Streamer.


Re: Checkpoint invisible - Jokerstyle - 13.05.2010

Quote:
Originally Posted by ikarus❶❸❸❼
Quote:
Originally Posted by ReteLikker
pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerTeam(playerid, GetPlayerTeam(playerid));
  SetPlayerCheckpoint(playerid, 775.4839,-2851.1702,5.6095,2.5);
You should use CreateCheckpoint or get an Checkpoint Streamer.
CreateCheckpoint isn't a function lol


Re: Checkpoint invisible - ~Dangun! - 13.05.2010

This is the only checkpoint there is.. lol


Re: Checkpoint invisible - Thrarod - 13.05.2010

Interesting?

SetPlayerCheckpoint(playerid, 775.4839,-2851.1702,5.6095,2.5);

Is a right code, sure you are at the CP position?


Re: Checkpoint invisible - juice.j - 13.05.2010

You're not disabling it anywhere before you get to it right?


Re: Checkpoint invisible - aircombat - 13.05.2010

same problem happend to me , the checkpoint appears when i am away , when i get closer it dissapears


Re: Checkpoint invisible - kata_aga - 24.07.2010

Quote:
Originally Posted by aircombat
Посмотреть сообщение
same problem happend to me , the checkpoint appears when i am away , when i get closer it dissapears
That's not his problem... his checkpoint doesn't appear at all.