18.12.2013, 02:56
You possibly have 'MAX_POINTS' defined to more/less than the amount of points you already have.
Or try replacing the [4] in both float definitions, to the amount of locations you have.
Example:
//Replace with
pawn Код:
#Define MAX_POINTS # //Number of points here
Example:
pawn Код:
new Float:checkpoints[MAX_POINTS][4]
pawn Код:
new Float:checkpoints[MAX_POINTS][38] //Or 39