Quote:
Originally Posted by BenzoAMG
Make sure you're closing it by using };
Just like when using enums, it should look something like this:
pawn Код:
new Float:checkCoords[MAX_POINTS][4] = { {100.44, 172.17, -162.17224, 180}, {79.26, -592.16, 16.2, 48.97} };
|
i know what's the difference between,
new Float:checkpoints[MAX_POINTS][4] = { because its confusing me