DMV system problem
#2

Код:
new OnExam[MAX_PLAYERS];

COMMAND:exam(playerid, params[])
{

    OnExam[playerid] = 1;
}


OnPlayerEnterCheckpoint 
{
If(OnExam[playerid] == 1)
     {
      SetPlayerCheckpoint
      OnExam[playerid] = 2;
      }
else if (OnExam[playerid] == 2)
      {
       SetCP
       OnExam[playerid] = 3;
       }
And so on.

PS i've woten it in phone sorry.
Reply


Messages In This Thread
DMV system problem - by MiiSha - 14.02.2017, 20:58
Re: DMV system problem - by ThatFag - 14.02.2017, 21:20
Re: DMV system problem - by MiiSha - 14.02.2017, 21:41
Re: DMV system problem - by MiiSha - 15.02.2017, 00:14
Re: DMV system problem - by Dayrion - 15.02.2017, 01:54

Forum Jump:


Users browsing this thread: 1 Guest(s)