Heyho, (hatte keine passende Überschrift)
Ich arbeite gerade an meinem Biz System.
Beim Compilen kommt:
AcLTemp.pwn(7849) : error 047: array sizes do not match, or destination array is too small
AcLTemp.pwn(7850) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Error Zeile/n:
sBiz[i][Name] = dini_Get(str,"Name");
sBiz[i][Besitzer] = dini_Get(str,"Besitzer");
So ist es definiert:
Besitzer[MAX_PLAYER_NAME],
Name[200],//Ich weis, 200 ist etwas viel^^