Race Checkpoints
#1

Hello i want to add race checkpoint! I did like this
Код:
new Ccp[MAX_PLAYERS];
And this:
Код:
forward SetRaceCheckpoint(playerid,target,next);
public SetRaceCheckpoint(playerid,target,next)
{
     if(next == -1 && Ccp == 0)
     SetPlayerRaceCheckpoint(playerid,0,-227.0522,1272.1940,26.6959,-227.0522,1272.1940,26.6959,5);
     return 1;
}
But it gives me error:
Код:
pwn(127) : error 033: array must be indexed (variable "Ccp")
What i need to do?
Reply


Messages In This Thread
Race Checkpoints - by DJRebis - 01.08.2013, 12:06
Re: Race Checkpoints - by appleomax - 01.08.2013, 12:08
Re: Race Checkpoints - by DJRebis - 01.08.2013, 12:10

Forum Jump:


Users browsing this thread: 1 Guest(s)