19.05.2014, 10:45
can some one help me with this error tried already everything but havent found anything
this is the whole error
this is the code
this is the whole error
PHP код:
C:\XX\XX\XX\XX.pwn(117) : error 052: multi-dimensional arrays must be fully initialized
PHP код:
new TeamInfo[ MAX_TEAMS ][ teaminfo ]= {
// LS teams
{ "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}
}; //this is the line 117