06.05.2014, 17:28
For strings in sscanf, you should add the lenght in square brackets after "s" specifier. For example:
You don't need sscanf at the command /r since it uses only one parameter and that's string. You can use isnull to return the usage and params as "text".
pawn Код:
if(sscanf(params, "us[100]", pID, text))

