Checkpoint Problem
#4

Quote:
Originally Posted by Sascha
Посмотреть сообщение
point 2 and point 15 are quite near to each other... maybe just try it with a variable..
like:
pawn Код:
new SweeperMission[MAX_PLAYERS];
and where the mission starts:
pawn Код:
SweeperMission[playerid] = 1;
then on the checkpoints instead the "IsPlayerInRangeOfPoint"
pawn Код:
if(SweeperMission[playerid] == 1)
{
    SweeperMission[playerid]++;
    NextCheckpoint
}
Thats a good point too.
Reply


Messages In This Thread
Checkpoint Problem - by Stefans94 - 07.03.2011, 09:04
Re: Checkpoint Problem - by Stigg - 07.03.2011, 09:08
Re: Checkpoint Problem - by Sascha - 07.03.2011, 09:09
Re: Checkpoint Problem - by Stigg - 07.03.2011, 09:14
Re: Checkpoint Problem - by Stefans94 - 07.03.2011, 09:17
Re: Checkpoint Problem - by Stigg - 07.03.2011, 09:17

Forum Jump:


Users browsing this thread: 1 Guest(s)