15.01.2011, 09:41
Hey, i need help when i compile the gm i get theese errors:
This is theese lines:
107 function:
188 function
Код:
C:\Documents and Settings\Vartotojas\Desktop\TDM\gamemodes\LSTW2Uv1.pwn(107) : error 029: invalid expression, assumed zero C:\Documents and Settings\Vartotojas\Desktop\TDM\gamemodes\LSTW2Uv1.pwn(107) : error 008: must be a constant expression; assumed zero C:\Documents and Settings\Vartotojas\Desktop\TDM\gamemodes\LSTW2Uv1.pwn(188) : error 052: multi-dimensional arrays must be fully initialized Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
107 function:
Код:
new TeamInfo[ MAX_TEAMS ][ teaminfo ]= { { "Vagos", VAGOS_COLOR, 0, 0, 0, 0, 0}, { "Ballas", BALLAS_COLOR, 0, 0, 0, 0, 0}, { "O.G.F.", GROVE_COLOR, 0, 0, 0, 0, 0}, };
Код:
{ 59, "Downtown LS", 1370.80, -1384.90, 1463.90, -1170.80, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0} };