08.12.2011, 00:45
Hey,
Currently i am using sscanf on a MySQL server using the following code to order my player info.
That is the only sscanf line i use, the rest are all j_sscanf used from the jBan.inc.
Is there anything wrong with the above coding?
Thanks
-Michael
ERROR:[23:46:55] sscanf error: Unclosed specifier parameters.
Currently i am using sscanf on a MySQL server using the following code to order my player info.
pawn Код:
sscanf(szResult, "e<p<|>s[25]s[30]ddddddddddddddffdddd", PlayerInfo[extraid]);
Is there anything wrong with the above coding?
Thanks
-Michael
ERROR:[23:46:55] sscanf error: Unclosed specifier parameters.