sscanf question
#3

`Level` is interger not string .

`s` is using when you use string .

You need to replace `s` into `i` or `d` interger values in sscanf .

And `s` is not use correctly because you need to put like in this model:

pawn Код:
new name[129];

if( sscanf( params, "s[129]", name ) )
    return SendClientMessage( playerid, -1, "Usage: /name [ new name ]" );
Sorry for my bad English xD
Reply


Messages In This Thread
sscanf question - by Zigonja - 05.07.2013, 14:29
Re: sscanf question - by Thomas. - 05.07.2013, 15:57
Re: sscanf question - by []Allex[] - 05.07.2013, 17:49

Forum Jump:


Users browsing this thread: 2 Guest(s)