A little help with sscanf
#3

Quote:
Originally Posted by Shadow_
View Post
Code:
 CMD:sendinfo(playerid,params[])
{
    new admin[25],account[25],reason[128],details[128];

    if(sscanf(params, "s[25]s[25]s[128]s[128]",admin,account,reason,details)) return SendClientMessage(playerid, -1,  "/sendinfo <string> <string> <string> <string>");

    printf("%s | %s | %s | %s",admin,account,reason,details);
    return 1;
}
Worked fine for me?

Code:
 Testing | Testing | Tesing | TESTINGEVENLONGERTESTING
My discord if you want to discuss more "Shadow_#0001"

Edit: I also just tried the exact copy of your CMD and it worked fine. So maybe if you have an issues its likely with the rest of your command not this snippet you've put forward.
Works fine only if you do not type more than 1 word in the reason, but try again this cmd:
PHP Code:
/sendinfo <Testing> <Testing> <Tesing again> <TESTINGEVENLONGERTESTING>
ResultTesting Testing Tesing again TESTINGEVENLONGERTESTING 
Reply


Messages In This Thread
A little help with sscanf - by JR_Junior - 17.06.2020, 20:45
Re: A little help with sscanf - by Shadow_ - 18.06.2020, 21:30
Re: A little help with sscanf - by JR_Junior - 18.06.2020, 22:53
Re: A little help with sscanf - by Shadow_ - 19.06.2020, 14:04

Forum Jump:


Users browsing this thread: 1 Guest(s)