respawn help
#8

You can put new variable at OnPlayerEnterRaceCheckpoint , for example
Код:
 new pickedcheckpoint[MAX_PLAYERS];
}
And OnPlayerEnterRaceCheckpoint, if(InRace[playerid] == 1) pickedcheckpoint[playerid] = 1;
//
for(new i=0; i < MAX_PLAYERS; i++)
{
      if(InRace[i] == 1 && pickedcheckpoint[playerid] != 1) // changable
     { 
          InRace[i] = 0;
          SpawnPlayer(i);
     }
Reply


Messages In This Thread
respawn help - by TwoTone - 23.02.2018, 12:12
Re: respawn help - by TwoTone - 23.02.2018, 12:49
Re: respawn help - by RogueDrifter - 23.02.2018, 12:52
Re: respawn help - by TwoTone - 23.02.2018, 13:04
Re: respawn help - by AstroPoid - 23.02.2018, 14:56
Re: respawn help - by AstroPoid - 23.02.2018, 15:00
Re: respawn help - by TwoTone - 23.02.2018, 15:08
Re: respawn help - by AstroPoid - 23.02.2018, 15:12
Re: respawn help - by TwoTone - 23.02.2018, 15:15
Re: respawn help - by AstroPoid - 23.02.2018, 15:16

Forum Jump:


Users browsing this thread: 2 Guest(s)