10.09.2011, 10:44
Are you using the plugin version of sscanf? If so, you should see a warning in your server window: 'sscanf warning: strings without a length are deprecated ...'. Oh, and you're trying to assign a string to an integer which won't work either.
Should work. Still, assuming you're using the plugin.
pawn Code:
new
player,
message[100];
if(sscanf(params, "us[100]", player, message))