01.08.2013, 12:06
Hello i want to add race checkpoint! I did like this
And this:
But it gives me error:
What i need to do?
Код:
new Ccp[MAX_PLAYERS];
Код:
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; }
Код:
pwn(127) : error 033: array must be indexed (variable "Ccp")