14.01.2012, 13:30
I recommend you use native SQL functions instead of sscanf, the order of fields when using sscanf is very important.
You need to do:
You can't just do it all in one part of an array. Also: there's a string without string size.
You need to do:
pawn Код:
sscanf("p<|>siiiiiis[15]fffii", vInfo[v][INFO GOES HERE], vInfo[v][INFO GOES HERE], etc.);