Mal ne frage hihi
Wieso funtz das nicht?
for(new i=0;i<MAX_BIZZES;i++)
{
LadeBiz(i);
}
stock LadeBiz(bizid)
{
new str[128];
format(str,sizeof(str),"%d",bizid);
Hier die errors
BizInfo[bizid][bName] = mysql_GetString("biz","name","id", str);
BizInfo[bizid][bBeschreibung] = mysql_GetString("biz","beschreibung","id",str);
ZitatC:\Users\Koala\Desktop\Stories\gamemodes\Script.pwn(2086) : error 047: array sizes do not match, or destination array is too small
C:\Users\Koala\Desktop\Stories\gamemodes\Script.pwn(2087) : error 047: array sizes do not match, or destination array is too small