31.07.2014, 19:54
As the error states, you haven't added any default value. Let's say you want the default value to be 1, that'd be:
pawn Код:
if(sscanf(params, "s[32]dD(1)", choice, doorid, amount))