Teleport when I go into a "Redpoint"?
#3

Quote:
Originally Posted by OmeRinG
CreateCheckpoint
OnPlayerEnterCheckPoint
SetPlayerPos
Thank You

But how can I add it on my gamemode?

This is the coords: 3317.8159,2188.7927,11.3846


Something like this?


Код:
public CreateCheckpoint(playerid)
{
  CreateCheckpoint(319.0541,-164.5864,999.5938);
  SetPlayerPos(playerid);3317.8159,2188.7927,11.3846);
  return 1;
}



public OnPlayerEnterCheckpoint(playerid)
{

  SetPlayerPos(playerid);3317.8159,2188.7927,11.3846);

  return 1;
}
I know.... I suck on this but can you fix it for me ?

So I can just add it to my GM ?
Reply


Messages In This Thread
Teleport when I go into a "Redpoint"? - by icezoor - 09.05.2009, 18:44
Re: Teleport when I go into a "Redpoint"? - by OmeRinG - 09.05.2009, 18:58
Re: Teleport when I go into a "Redpoint"? - by icezoor - 09.05.2009, 19:17
Re: Teleport when I go into a "Redpoint"? - by Gamer007 - 09.05.2009, 19:21
Re: Teleport when I go into a "Redpoint"? - by OmeRinG - 09.05.2009, 19:21
Re: Teleport when I go into a "Redpoint"? - by icezoor - 09.05.2009, 20:30

Forum Jump:


Users browsing this thread: 2 Guest(s)