[FIXED]jetpack cmd
#2

pawn Код:
if(sscanf(params,"us",id))
should be

pawn Код:
if(!sscanf(params,"u",id))
since "u" stands for user, "s" stands for string and you are only expecting one result, the "id". Also, as far as I know "s" is deprecated and must be used as "s[<size>]". Check this out for more details: https://github.com/Y-Less/sscanf/wiki#more-specifiers
Reply


Messages In This Thread
[FIXED]jetpack cmd - by Nabster - 17.02.2015, 16:03
Re: jetpack cmd - by HazardouS - 17.02.2015, 16:08
Re: jetpack cmd - by CalvinC - 17.02.2015, 16:11
Re: jetpack cmd - by Nabster - 17.02.2015, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)