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

in the public OnPlayerSpawn:
pawn Код:
CreatePlayerCheckpoint(playerid,319.0541,-164.5864,999.5938);
in the public OnPlayerEnterCheckPoint:

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
  SetPlayerPos(playerid,3317.8159,2188.7927,11.3846);
  SendClientMessage(playerid,0xffffff,"You have been teleported because of standing on the red checkpoint.");
  return 1;
}

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: 1 Guest(s)