3D Array - Tag Mismatch
#1

How do I properly write a 3D Array for Floats?

I keep getting a tag mismatch at the commented line.

pawn Код:
3DArray[ ][ ][ ] =
{
    { // Tag Mismatch
        { 1.0, 2.0, 3.0 },
        { 4.0, 5.0, 6.0 },
        { 7.0, 8.0, 9.0 }
    },
    {
        { 1.0, 2.0, 3.0 },
        { 4.0, 5.0, 6.0 },
        { 7.0, 8.0, 9.0 }
    },
    {
        { 1.0, 2.0, 3.0 },
        { 4.0, 5.0, 6.0 },
        { 7.0, 8.0, 9.0 }
    }
};
Thanks for the help.
Reply
#2

Float:3DArray[ ][ ][ ] =
Reply
#3

Oh my god... I'm stupid. Thanks!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)