SA-MP Forums Archive
[help]MySQL sscanf Load - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [help]MySQL sscanf Load (/showthread.php?tid=548485)



[help]MySQL sscanf Load - lutherfchen - 30.11.2014

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