30.11.2014, 03:05
Hi I'm using mysql R33 and I use sscanf to load players stats from db but my code will start loading stats from the first field of db.. is there any way to start loading from ex: the 3 field? my code:
sscanf(string, sizeof(string), "p<|>iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii iiiii",
xx[playerid],
xx[playerid],
....
xx[playerid]
);
can I load things from the 3 field? HELP
sscanf(string, sizeof(string), "p<|>iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii iiiii",
xx[playerid],
xx[playerid],
....
xx[playerid]
);
can I load things from the 3 field? HELP