[SOLVED] error 052: multi-dimensional arrays must be fully initialized
#1

Got it all solved, thanks!
Reply
#2

Change [8] to [7] or []
Reply
#3

pawn Код:
enum Relvategemine
{
    Nimi[64],
    RelvaId,
    Raud,
    Puit,
    Hind,
    Relvakuulid
};

new Valmistarelv[7][Relvategemine] =
{
    {"9mm",22,0,0,3000,150},
    {"Shotgun",25,0,5,9000,100},
    {"Country Rifle",33,0,5,8000,100},
    {"Desert Eagle",24,0,0,7000,100},
    {"UZI",28,0,0,10000,250},
    {"Tec-9",32,0,0,9000,250},
    {"AK-47",30,0,6,15000,250}
};
Reply
#4

Damn I'm blind and embarressed... Sorry, thanks -.-
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)