SA-MP Forums Archive
SQLite SSCANF loading. - 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: SQLite SSCANF loading. (/showthread.php?tid=341241)



SQLite SSCANF loading. - Ubuntu - 10.05.2012

This is my question, I would like to know if it's possible to convert this:

Код:
mysql_store_result();
new result[128], id;
while(mysql_fetch_row_format(result, "|", )) {
	id++;
	sscanf(result,"p<|>e<is[32]iiiifff>", Variables[id]);
}
mysql_free_result();
Into SQLite?


Re: SQLite SSCANF loading. - Ubuntu - 10.05.2012

Anyone can answer this? A professional?