A question
#2

Had this problem before, because of 0.3d.

Change:
if( sscanf( params, "us[128]", iVictim, szOption ) )
To:
if( sscanf( params, "ds[128]", iVictim, szOption ) )

Somehow 0.3d settings for sscanf are messed up (changed).
This worked for me, give it a try and let me know

EDIT:

Oh and doing this you're not getting all the parameters needed.
Since you're looking for 3:
- id
- option (%s)
- value (%i)
Reply


Messages In This Thread
A little sscanf problem - by Marricio - 15.02.2012, 18:23
Re: A question - by Roperr - 15.02.2012, 18:48
Respuesta: A question - by Marricio - 15.02.2012, 19:02
Re: A question - by Roperr - 15.02.2012, 19:02
Respuesta: A question - by Marricio - 15.02.2012, 19:12
Re: A question - by Roperr - 15.02.2012, 19:14
Respuesta: A question - by Marricio - 15.02.2012, 19:20
Re: A question - by Roperr - 15.02.2012, 19:34
Respuesta: A question - by Marricio - 15.02.2012, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)