sizeof question
#4

If you had the values, it would be easier for us to know how you want it. I got it compiled like that:
pawn Код:
new Float:xfz[4][3][4] =
{
    {
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0}
    },
    {
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0}
    },
    {
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0}
    },
    {
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0},
        {1.0, 1.0, 1.0, 1.0}
    }
};
but I'm not sure if those are the sizes you want for the array.
Reply


Messages In This Thread
sizeof question - by jeffleung2 - 17.05.2014, 10:02
Re: sizeof question - by Ciandlah - 17.05.2014, 10:05
Re: sizeof question - by jeffleung2 - 17.05.2014, 10:21
Re: sizeof question - by Konstantinos - 17.05.2014, 10:50

Forum Jump:


Users browsing this thread: 4 Guest(s)