12.12.2011, 22:16
Quote:
you have if(sscanf(params, "{s[9]}i", iMinutes)) but you only state 1 parameter but your format specifier states you should have 2 params.
|
And with this line:
pawn Код:
if(sscanf(params, "s[9]I", szOption))