Wenn ich es eingebe in der datenbank zeigt der sie richtig wenn ich den server bende zeigt der das 1000000.0000
printf("- Schwarzmärkte gespeichert %d/%d -",sm,MAX_SMARKETS);
strdel(mainquery,0,sizeof(mainquery));
mysql_format(MySqlConnection,query,sizeof(query),"UPDATE "#SERVERTAG"_stuff SET ADPreis='%d',Lottojackpot='%d',RentVehsPreis='%d',TerrorSpawn='%d',Lohnsteuer='%f',Kirchensteuer='%f',Mwst='%f',Grundsteuer='%f',OamtStandGebuer='%d',Solidsteuer='%f',WLS='%d',WSF='%d',WLV='%d',PreisLicCar='%d',PreisLicBike='%d',PreisLicRoller='%d',PreisLicPlane='%d',PreisLicHeli='%d',PreisLicBoat='%d',TerrorContractRang='%d',FMeldePreis='%d',",
fsteuern[ADPreis],fsteuern[Lottojackpot],fsteuern[RentVehsPreis],fsteuern[TerrorSpawn],fsteuern[Lohnsteuer],fsteuern[Kirchensteuer],fsteuern[Mwst],fsteuern[Grundsteuer],fsteuern[OamtStandGebuer],fsteuern[Solidsteuer],UseBadWeather[0],UseBadWeather[1],UseBadWeather[2],fsteuern[PreisLicCar],fsteuern[PreisLicBike],fsteuern[PreisLicRoller],fsteuern[PreisLicPlane],fsteuern[PreisLicHeli],fsteuern[PreisLicBoat],fsteuern[TerrorContractRang],fsteuern[FMeldePreis]);
strcat(mainquery,query);
strdel(query,0,sizeof(query));
mysql_format(MySqlConnection,query,sizeof(query),"NewspaperPreis='%d',NewspaperText1='%s',NewspaperText2='%s',NewspaperText3='%s',NewspaperText4='%s',NewspaperText5='%s',NewspaperText6='%s',NewspaperText7='%s',NewspaperText8='%s',NewsPaperRealeased='%d',NewsPaperLager1='%d',NewsPaperLager2='%d',EisenLagger1='%d',EisenLagger2='%d',Kartfahrer1='%s',KartTime1='%d',FreemanPrice='%d',SAPDpay='%d',FBIpay='%d',SAFDpay='%d',ARMYpay='%d',OAMTpay='%d',GOVpay='%d',",
fsteuern[NewspaperPreis],fsteuern[NewspaperText1],fsteuern[NewspaperText2],fsteuern[NewspaperText3],fsteuern[NewspaperText4],fsteuern[NewspaperText5],fsteuern[NewspaperText6],fsteuern[NewspaperText7],fsteuern[NewspaperText8],fsteuern[NewsPaperRealeased],fsteuern[NewsPaperLager][0],fsteuern[NewsPaperLager][1],fsteuern[EisenLagger1],fsteuern[EisenLagger2],fsteuern[Kartfahrer1],fsteuern[KartTime1],fsteuern[FreemanPrice],
fsteuern[Fgehalt][1],fsteuern[Fgehalt][2],fsteuern[Fgehalt][3],fsteuern[Fgehalt][6],fsteuern[Fgehalt][11],fsteuern[Fgehalt][16]);
strcat(mainquery,query);
strdel(query,0,sizeof(query));
mysql_format(MySqlConnection,query,sizeof(query),"WorkLessMoney='%d',BlitzerToleranz='%d',Reichensteuer='%d',JobSperreFree='%d',AngelLicPrice='%d',PersoLicPrice='%d',WeapPrice='%d',ParkPrice='%d'",
fsteuern[WorkLessMoney],fsteuern[BlitzerToleranz],fsteuern[Reichensteuer],fsteuern[JobSperreFree],fsteuern[AngelLicPrice],fsteuern[PersoLicPrice],fsteuern[WeapPrice],fsteuern[ParkPrice]);
strcat(mainquery,query);
strdel(query,0,sizeof(query));
mysql_function_query(MySqlConnection,mainquery,false,"","");
Alles anzeigen