Checkpoint help
#4

Something like the following
pawn Код:
//top of script
Check();

//after main()
public Check()
{
  for(new i = 0; i<GetMaxPlayers(); i++)
  {
   if(PlayerToPoint(i, x, y, z))
   {
     GameTextForPlayer(playerid, "blah blah blah blah", 5000, 5);
   }
   else if(PlayertoPoint(i, x, y, z))
   {
     GameTextForPlayer(playerid, "blah blah blah blah", 5000, 5);
   }
  }
}

//On GamemodeInit
SetTimer("Check", 1000, 1);
Reply


Messages In This Thread
Checkpoint help - by killdahobo99 - 23.06.2009, 00:31
Re: Checkpoint help - by Grim_ - 23.06.2009, 03:03
Re: Checkpoint help - by killdahobo99 - 23.06.2009, 15:18
Re: Checkpoint help - by Grim_ - 23.06.2009, 15:22
Re: Checkpoint help - by Vince - 23.06.2009, 15:32
Re: Checkpoint help - by killdahobo99 - 23.06.2009, 15:37
Re: Checkpoint help - by Grim_ - 23.06.2009, 15:38
Re: Checkpoint help - by killdahobo99 - 23.06.2009, 16:05
Re: Checkpoint help - by Grim_ - 23.06.2009, 16:08
Re: Checkpoint help - by killdahobo99 - 23.06.2009, 16:17

Forum Jump:


Users browsing this thread: 2 Guest(s)