Hey Leute. Gerade beim Compilen kamm das:
Code
C:\Dokumente und Einstellungen\Asmir_Riba\Desktop\ServerSouth Coast\Script\Release.pwn(11005) : error 032: array index out of bounds (variable "arrCoords")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Function LoadBoxer()
{
new arrCoords[11][64];
new strFromFile2[256];
new File: file = fopen("boxer.ini", io_read);
if (file)
{
fread(file, strFromFile2);
split(strFromFile2, arrCoords, ',');
Titel[TitelWins] = strval(arrCoords[0]);
strmid(Titel[TitelName], arrCoords[1], 0, strlen(arrCoords[1]), 255);
Titel[TitelLoses] = strval(arrCoords[2]);
fclose(file);
}
return 1;
}
//edit:
Ka nach einstellen auf 3 gings