initializer problem
#3

You need to wrap them inbetween { }

pawn Код:
new cInfo[][ClassInfo] =
{
    {"Assault", "The most basic class of all the classes.", 0, {34, 34, 34}, {100, 100, 100}},
    {"Assault", "The most basic class of all the classes.", 0, {34, 35, 36}, {100, 100, 100}},
    {"Assault", "The most basic class of all the classes.", 0, {37, 38, 39}, {100, 100, 100}}
};
and you also forgot the , on the first two.
Reply


Messages In This Thread
initializer problem - by TheSimpleGuy - 01.05.2016, 15:35
Re: initializer problem - by Gammix - 01.05.2016, 15:38
Re: initializer problem - by Konstantinos - 01.05.2016, 15:40
Re: initializer problem - by TheSimpleGuy - 01.05.2016, 15:41

Forum Jump:


Users browsing this thread: 1 Guest(s)