Quote:
Originally Posted by Calg00ne
You spell "amount" incorrectly, and you show this example:
pawn Код:
new string[64]; if (sscanf(params, "s[32]")) return 1;
There's no point in using sscanf if you're just parsing one value (that isn't a userid/name) as you can use strval(params) or just directly use the params variable.
|
Of course. I just gave a quick example, but thanks for pointing that out.