[HELP]sscanf warning: Format specifier does not match parameter count.
#3

Like MatriXgaMer Said, if you don't have the latest version of Sscanf try updating, but also:

Quote:
Originally Posted by ******
Посмотреть сообщение
If you are running the latest version of sscanf you fix the warning by providing the correct number of parameters.
From the Looks of it you have more format specifiers,This:
Код:
"p<|>iiiiia<i>[5]a<i>[9]a<i>[4]iiiiiffffffffis[24]a<i>[3]s[24]s[24]s[24]"
Than you do parameters, These:
Код:
gHouses[i][houseID],gHouses[i][houseClass],gHouses[i][houseDays],gHouses[i][housePrice],gHouses[i][houseHint],gHouses[i][houseImprove],gHouses[i][houseGun],gHouses[i][houseSkin],gHouses[i][houseSafeCode],gHouses[i][houseSafeMoney],gHouses[i][houseDrugs],gHouses[i][houseProducts],gHouses[i][houseClose], gHouses[i][houseX],gHouses[i][houseY],gHouses[i][houseZ],gHouses[i][houseR], gHouses[i][houseParkX],gHouses[i][houseParkY],gHouses[i][houseParkZ],gHouses[i][houseParkR],gHouses[i][houseOwnerID],gHouses[i][houseOwner],gHouses[i][houseHabitID],gHouseHabits[i][0],gHouseHabits[i][1],gHouseHabits[i][2]
You should have the Same amount of Specifiers as you do Parameters.
Reply


Messages In This Thread
[HELP]sscanf warning: Format specifier does not match parameter count. - by Marcid - 04.01.2014, 14:37
Re: [HELP]sscanf warning: Format specifier does not match parameter count. - by MatriXgaMer - 04.01.2014, 14:44
Re: [HELP]sscanf warning: Format specifier does not match parameter count. - by jtemple042996 - 04.01.2014, 14:47
Re: [HELP]sscanf warning: Format specifier does not match parameter count. - by Marcid - 04.01.2014, 15:00

Forum Jump:


Users browsing this thread: 1 Guest(s)