PlayerCheckPoint
#4

all you had to do was

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
  return 1;
}
 
public OnPlayerEnterCheckpoint(playerid)
{
  GivePlayerMoney(playerid, 1000);
  DisablePlayerCheckpoint(playerid); // or remove this so you can use it again
  return 1;
}
how simple
Reply


Messages In This Thread
PlayerCheckPoint - by Reinix - 28.02.2009, 06:19
Re: PlayerCheckPoint - by SpiderPork - 28.02.2009, 10:03
Re: PlayerCheckPoint - by Reinix - 01.03.2009, 07:06
Re: PlayerCheckPoint - by JaYmE - 01.03.2009, 07:14
Re: PlayerCheckPoint - by Reinix - 01.03.2009, 08:37
Re: PlayerCheckPoint - by Rks25 - 01.03.2009, 10:14

Forum Jump:


Users browsing this thread: 1 Guest(s)