27.02.2011, 15:05
You spell "amount" incorrectly, and you show this example:
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.
pawn Код:
new string[64];
if (sscanf(params, "s[32]")) return 1;