01.12.2012, 13:36
You added a new checkpoint, so the old value from your MAX_POINTS wont match
Just let the preprocessor handle the job with "[][]" and than you just can do
Also use const for constant data 
My only question is whats the meaning of the checkpointType array and where do you define "CP_GayExit"
Just let the preprocessor handle the job with "[][]" and than you just can do
pawn Код:
new const checkpointType[] = {
CP_GayExit
};
#define MAX_POINTS (sizeof checkpointType)
stock const Float: checkCoords[MAX_POINTS][] = {
{394.0296, -31.4441, 1001.8028, 269.9235}
};
stock const Float: checkpoints[MAX_POINTS][] = {
{394.0296,-31.4441,1001.8028,3.0}
};

My only question is whats the meaning of the checkpointType array and where do you define "CP_GayExit"


