problem loading stats with mysql
#1

hello im new using sql and im trying to load stats when someone enter to the server but i got this error

error 075: input line too long (after substitutions)

here is the code

Quote:

new line[750],idata[5][50],idata2[2],data[26],weap[13],ammo[13];
if(mysql_fetch_row(line))
{
sscanf(line,"p<|>s[50]s[50]s[50]s[50]s[50]dddffffddffddddddddddddddddddddddddddddddddddddddd dddd",idata[0],idata[1],idata[2],idata[3],idata[4],idata2[0],idata2[1],
data[0],data[1],data[2],data[3],data[4],data[5],data[6],data[7],data[8],data[9],data[10],data[11],data[12],data[13],
weap[0],weap[1],weap[2],weap[3],weap[4],weap[5],weap[6],weap[7],weap[8],weap[9],weap[10],weap[11],weap[12],
ammo[0],ammo[1],ammo[2],ammo[3],ammo[4],ammo[5],ammo[6],ammo[7],ammo[8],ammo[9],ammo[10],ammo[11],ammo[12],
data[14],data[15],data[16],data[17],data[18]data[19],data[20],data[21],data[22],data[23],data[24],
data[25]);
}

what can i do?
Reply


Messages In This Thread
problem loading stats with mysql - by b.rock - 12.04.2011, 02:18
Re: problem loading stats with mysql - by Oliverraisk - 12.04.2011, 04:19
Re: problem loading stats with mysql - by Voldemort - 12.04.2011, 07:40
Re: problem loading stats with mysql - by Vince - 12.04.2011, 08:43

Forum Jump:


Users browsing this thread: 2 Guest(s)