PM error
#3

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.

pawn Code:
new
        player,
    message[100];
   
    if(sscanf(params, "us[100]", player, message))
Should work. Still, assuming you're using the plugin.
Reply


Messages In This Thread
PM error - by Superthijs - 10.09.2011, 10:38
Re: PM error - by =WoR=G4M3Ov3r - 10.09.2011, 10:42
Re: PM error - by Vince - 10.09.2011, 10:44
Re: PM error - by FireCat - 10.09.2011, 10:48
Re: PM error - by Davz*|*Criss - 10.09.2011, 12:17

Forum Jump:


Users browsing this thread: 1 Guest(s)