03.08.2011, 22:56
Quote:
Forgot a bracket, fixed.
By default, 'params' contains the value of what the person types in the command, there's no point extracting what the player typed in to an entirely new string via sscanf if you know that you only have one value to consider, in the 'params' string. |
this
Код:
if(sscanf(params,"s[4]", option))
Код:
if(isnull(params))
the option variable with params. its now working.
![Wink](images/smilies/wink.png)
![Wink](images/smilies/wink.png)
![Wink](images/smilies/wink.png)