16.01.2015, 12:24
nvm, fixed it...
if someone's interested:
3dimensional arrays must be fully initialized
edit:
the size is specified when setting the checkpoint, and the problem on cutting of 1 dimension is that this will remove the option to add more than 1 mission to the same array, but thanks anyways
if someone's interested:
3dimensional arrays must be fully initialized

pawn Код:
new Float:SweepMission[1][NUMBER][3]
edit:
Quote:
pawn Код:
|
