19.05.2014, 10:52
i did it like this but again the same error
PHP код:
new TeamInfo[ MAX_TEAMS ][ teaminfo ]= {
( "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)
};
PHP код:
C:\XX\XX\XX\XX.pwn(117) : error 052: multi-dimensional arrays must be fully initialized

