28.02.2010, 16:51
I have this error:
lines:
Код:
C:\Documents and Settings\Eigenaar\Bureaublad\LVRPG\gamemodes\LSTW2Uv1.pwn(98) : error 052: multi-dimensional arrays must be fully initialized Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
new TeamInfo[ MAX_TEAMS ][ teaminfo ]= { { "Varrio Los Aztecas", AZTECAS_COLOR, 0, 0, 0, 0, 0}, { "Los Santos Vagos", VAGOS_COLOR, 0, 0, 0, 0, 0}, { "The Ballas Family", BALLAS_COLOR, 0, 0, 0, 0, 0}, { "Grove Street Familie", GROVE_COLOR, 0, 0, 0, 0, 0}, { "Los Santos Police Department", COPS_COLOR, 0, 0, 0, 0, 0} };code]