sscanf question - 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: sscanf question (
/showthread.php?tid=400157)
sscanf question -
Blunt P - 17.12.2012
Hello everyone,
i have a little Question here. I Save my Accounts while formating everything to a string. Which means my Outcome looks like this:
Код:
password val1 val2 val3 val4 val5 val6 vall7 stringtoban
I load my accounts using sscanf, my problem is, that when my string contain more than 1 word, it wont load everything, since there is a space between them. Any suggestions?