15.01.2011, 09:47
First:
Don't use MAX_TEAMS, and you added an extra coma in the last line, fixed:
Don't use MAX_TEAMS, and you added an extra coma in the last line, fixed:
pawn Код:
new TeamInfo[ ][ 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}
};