13.09.2010, 21:14
Are you using sscanf 2.0 or the regular one?
If you are using 2.0, you need to use p delimiter.
If you are using 2.0, you need to use p delimiter.
pawn Code:
sscanf(line, "p<|>s[24]s[24]s[16]dd", username, password, ip, skin, factionid); // Try using arrays with strings if you are using 2.0...