Hallo,
Ich hab das problem das beim diesen Script:
new bigstr[500],str[128];
for(new i = 0; i<500; i++)
{
format(str,sizeof(str),"(%d,'%s','%s',%d,'%s','%s',",i,\
mysql_GetString("accounts", "Name", "id", i),\
mysql_GetString("accounts", "Password", "id", i),\
mysql_GetInt("accounts","Banned","id",i),\
mysql_GetString("accounts","BannedReason","id",i),\
mysql_GetString("accounts","BannedFrom","id",i)\
);//<--------- 6517
}
das die fehlermeldung
kommt.
MFG Martinez