cant match the acess to the checkpoints.Please
#2

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{

      if(gTeam[playerid] == POLICE)
      {
            SetPlayerCheckpoint(playerid, -1632.6051, 653.5886, -5.5494, 3.0);
            return 1;
      }
      if(gTeam[playerid] == TERRORIST)
      {
            SetPlayerCheckpoint(playerid, -1476.3080, 430.1486, 6.1100, 3.0);
            return 1;
      }
That shall be fine.
Reply


Messages In This Thread
cant match the acess to the checkpoints.Please - by Rafael_Rodgers - 30.03.2013, 21:44
Re: cant match the acess to the checkpoints.Please - by Private200 - 30.03.2013, 22:31

Forum Jump:


Users browsing this thread: 1 Guest(s)