sscanf warning: strings without a lenght.......
#2

Код:
    if(!strcmp(cmd, "pass", true))
    {
        new password[128];
		if(sscanf(cmd, "s", password))return print("USEAGE = 'pass [TEXT]'");
        print("\n'pass' performed - Password HASHED: %s ====== %s\n", udb_hash(password), password);
        print("\nPassword generated.\n");
        return 1;
    }
Also this one isn't working? :O
Reply


Messages In This Thread
sscanf warning: strings without a lenght....... - by faff - 03.10.2015, 09:28
Re: sscanf warning: strings without a lenght....... - by faff - 03.10.2015, 10:51
Re: sscanf warning: strings without a lenght....... - by Bolex_ - 03.10.2015, 11:05
Re: sscanf warning: strings without a lenght....... - by karemmahmed22 - 03.10.2015, 11:07
Re: sscanf warning: strings without a lenght....... - by faff - 03.10.2015, 12:56

Forum Jump:


Users browsing this thread: 1 Guest(s)