Question

Error 052: multi-dimensional arrays must be fully initialized:

new const
    g_business_clothing_skins[2][39][2] =
{
    {
        {15300, 5000000},
        {15301,    5000000},
        {15302,    5000000},
        {15303,    5000000},
        {15304,    5000000},
        {15305,    5000000},
        {15306,    5000000},
        {15307,    5000000},
        {15308,    5000000},
        {15309, 5000000},
        {15310,    5000000},
        {15311,    5000000},
        {15312,    5000000},
        {15313,    5000000},
        {15314,    5000000},
        {15315,    5000000},
        {15320,    5000000},
        {15336,    5000000},
        {15356,    5000000},
        {15357,    5000000},
        {15358,    5000000},
        {15360, 5000000},
        {15361,    5000000},
        {15362,    5000000},
        {15363,    5000000},
        {15390,    5000000},
        {15391, 5000000},
        {15392,    5000000},
        {15393,    5000000},
        {15394,    5000000},
        {15395,    5000000},
        {15406,    5000000},
        {15408,    5000000},
        {15409, 5000000},
        {15410,    5000000},
        {15411,    5000000},
        {15407,    5000000},
        {15414,    5000000}
    },
    {
        {40, 5000000},
        {41, 5000000},
        {64, 5000000},
        {85, 5000000},
        {139, 5000000},
        {193, 5000000},
        {243, 5000000},
        {244, 5000000},
        {245, 5000000},
        {263, 5000000},
        {219, 5000000},
        {15317, 5000000},
        {15318, 5000000},
        {15319, 5000000},
        {15364, 5000000},
        {15368, 5000000},
        {15412, 5000000},
        {15412, 5000000},
        {15417, 5000000}
    }   //----В етой строке еррор----//
};
Сама пробема в масиве но как ее решить я не понимаю. Помогите пожалуйста, кто поможет влеплю +

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

если перевести ошибку,то получится:
 

Цитата

многомерные массивы должны быть полностью инициализированы


значит должно быть вот так:
g_business_clothing_skins[2][57][2] =

Edited by king98

Share this post


Link to post
Share on other sites
  • 0

closed

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0