17.12.2011, 16:38
Hi!
I have a little doubt with sscanf, I tried solve it by myself, but unfortunatly I couldn't.
Well, I have this:
And I want "convert" it to sscanf, I tried something like this, but it doesn't work.
I never tried something like that in sscanf, and I don't know if it's possible make this.
NOTE: I'm using ZCMD, this is for a "/help [Option]" command.
Well, thank you all.
Best regards!
I have a little doubt with sscanf, I tried solve it by myself, but unfortunatly I couldn't.
Well, I have this:
pawn Код:
if(strcmp(x_nr,"Cuenta",true) == 0)
pawn Код:
if(!sscanf(params, "Cuenta", "s", opcion))
NOTE: I'm using ZCMD, this is for a "/help [Option]" command.
Well, thank you all.
Best regards!