2 cp's ...?
#4

You could do

pawn Код:
new CheckpointID[MAX_PLAYERS] = 0;
and OnPlayerEnterCheckpoint:

pawn Код:
if(CheckpointID[playerid] == 1)
{
//effect for checkpoint #1
}
else if(CheckpointID[playerid] == 2)
{
//effect for checkpoint #2
}
Reply


Messages In This Thread
2 cp's ...? - by HardstylerNiko - 20.08.2010, 14:42
Re: 2 cp's ...? - by ScottCFR - 20.08.2010, 15:45
Re: 2 cp's ...? - by HardstylerNiko - 20.08.2010, 18:23
Re: 2 cp's ...? - by Sky4D - 20.08.2010, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)