Help with command
#2

You have to add another specifier for 'szDepositInfo'.
You currently have this at the beginning of your snippet:
Код:
if(sscanf(cmdtext, "s[30]S()[30]S()[12]", szCmdInfo, szActionInfo,szSubActionInfo,szDepositInfo))
It has to be this:
Код:
if(sscanf(cmdtext, "s[30]S()[30]S()[12]S()[16]", szCmdInfo, szActionInfo,szSubActionInfo,szDepositInfo))
Reply


Messages In This Thread
Help with command - by akib - 03.03.2019, 07:40
Re: Help with command - by bgedition - 03.03.2019, 07:49
Re: Help with command - by akib - 03.03.2019, 11:24
Re: Help with command - by Mugala - 03.03.2019, 11:42

Forum Jump:


Users browsing this thread: 1 Guest(s)