28.02.2016, 23:15
Yeah that's not correct.
Where do you actually create the dynamic checkpoints?
You must have code similar to this:
Unless you haven't created the dynamic checkpoints at all?
Just in case it looks confusing, RobberyCheckpoints does not refer to the array of floats you have (RobberyCPs).
Where do you actually create the dynamic checkpoints?
You must have code similar to this:
pawn Код:
RobberyCheckpoints[i] = CreateDynamicCheckpoint(RobberyCPs[i][0], RobberyCPs[i][1], RobberyCPs[i][2]...);
Just in case it looks confusing, RobberyCheckpoints does not refer to the array of floats you have (RobberyCPs).

