Quote:
Originally Posted by 2KY
That would not work. You didn't specify 'option' as a string, and didn't specify it in the sscanf code.
pawn Код:
new option[32]; if(sscanf(params, "s[32]", option))
Is what you should have done.
|
Not really required, my script is filled of these without the [32] or [size] tags, it is not required in my opinion.