19.10.2009, 07:15
Hi i know i have posted a lot recently asking questions, but I could do with a pointer with this, I get an error with this code:
I think im doing something wrong with the ';' and ',' it wil be simple but i've tried a lot!
thanks for any replies
Код:
error 049: invalid line continuation error 052: multi-dimensional arrays must be fully initialized
Код:
new RankWeaponsSet1[8][6] =
{
//sidearm - prime - secon - sdamo - pramo - secamo\\
{1, 1, 1, 1, 1, 1}, <<<<< Error 49
{22, 29, 4, 17*3, 30*3, 1},
{22, 29, 4, 17*4, 30*4, 1},
{22, 30, 28, 17*5, 30*3, 100*2},
{24, 30, 18, 17*3, 30*4, 3},
{24, 31, 18, 17*4, 50*2, 5},
{24, 31, 16, 17*5, 50*3, 3},
{24, 31, 16, 17*6, 50*4, 5}
}; <<<<<<<<<<<<Error 52
thanks for any replies
