25.02.2014, 18:44
You're storing two parameters in the sscanf check but only checking for one.
V
If you do sscanf once again below in the command it will not begin after one parameter is checked. Remove the other sscanf checks you use below in the code. I has a default value of 65535 so it can be used with players too.
Quote:
if(sscanf(params,"s[32]", option, secoption)) |
Quote:
if(sscanf(params,"s[32]I(65535)", option, secoption)) |