playertopoint ?
#5

It was cool having 1337 posts but now I gotta help :P

pawn Код:
public Exrace2Start ()
{
  for(new i=0; i<MAX_PLAYERS; i++)
  {
    if (PlayerToPoint(9.0, i, -3159.6648,-804.7092,10.4532))
    {
      print("Exrace2Start");
      GameTextForAll("~g~The Race Will Now Be Starting",3000,3);
      KillTimer(StartCheck);
      KillTimer (RestartRace);
      KillTimer (MasterReset);
      KillTimer(EnableMasterReset5);
      SetTimer("StartCountDown", 4000, 0);
      StartInTheLead1 = SetTimer("InTheLead1",200, 1);
      EnableMasterReset1 = SetTimer("RaceReset",120000 , 0);
      return 1;
    }
  }
  return 1;
}
Just do it like that how huntr said.
Reply


Messages In This Thread
playertopoint ? - by madman227 - 17.04.2009, 03:28
Re: playertopoint ? - by Joe Staff - 17.04.2009, 03:31
Re: playertopoint ? - by Backwardsman97 - 17.04.2009, 03:31
Re: playertopoint ? - by madman227 - 17.04.2009, 03:38
Re: playertopoint ? - by Backwardsman97 - 17.04.2009, 03:43
Re: playertopoint ? - by madman227 - 17.04.2009, 03:49

Forum Jump:


Users browsing this thread: 1 Guest(s)