error 052
#2

Quote:
Originally Posted by sl!x
Посмотреть сообщение
can some one help me with this error tried already everything but havent found anything

this is the whole error
PHP код:
C:\XX\XX\XX\XX.pwn(117) : error 052multi-dimensional arrays must be fully initialized 
this is the code
PHP код:
new TeamInfoMAX_TEAMS ][ teaminfo ]= {
// LS teams
"Aztecas",   AZTECA_COLOR,   00000},
"Vagos",     VAGOS_COLOR,    00000},
"Ballas",    BALLA_COLOR,    00000},
"Grove",    GROVE_COLOR,    00000},
"Hoodlums",  HOODLUM_COLOR,  00000},
"Cops",      COP_COLOR,      00000}
}; 
//this is the line 117 
Try putting
pawn Код:
( "Aztecas",   AZTECA_COLOR,   0, 0, 0, 0, 0),
( "Vagos",     VAGOS_COLOR,    0, 0, 0, 0, 0),
( "Ballas",    BALLA_COLOR,    0, 0, 0, 0, 0),
( "Grove",    GROVE_COLOR,    0, 0, 0, 0, 0),
( "Hoodlums",  HOODLUM_COLOR,  0, 0, 0, 0, 0),
( "Cops",      COP_COLOR,      0, 0, 0, 0, 0)
} indicates the end.
Reply


Messages In This Thread
error 052 - by sl!x - 19.05.2014, 10:45
Re: error 052 - by Brandondw8 - 19.05.2014, 10:49
Re: error 052 - by sl!x - 19.05.2014, 10:52
Re: error 052 - by Brandondw8 - 19.05.2014, 10:56
Re: error 052 - by sl!x - 19.05.2014, 10:59
Re: error 052 - by Konstantinos - 19.05.2014, 11:03
Re: error 052 - by Brandondw8 - 19.05.2014, 11:04
Re: error 052 - by sl!x - 19.05.2014, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)