SA-MP Forums Archive
MySQL R33+ and sscanf - 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: MySQL R33+ and sscanf (/showthread.php?tid=565596)



MySQL R33+ and sscanf - Derexi - 28.02.2015

How would I convert this code to MySQL version R33+ (R39-2 to be specific)? :

pawn Код:
mysql_fetch_row_format(query);
        sscanf(query, "e<p<|>iffffffis[90]is[24]ii>", hData[i]);
Trying to use sscanf to split the query and load it into an enumerator but obviously mysql_fetch_row_format doesn't exist in MySQL R39-2.