05.07.2013, 17:49
`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:
Sorry for my bad English xD
`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 ]" );