Sehr schnelle bearbeitung der Beta Tester Anfrage - Top!
Forum: Nicht so mein Geschmack das grüne^^, hab es sofort auf Blue geändert.
Server: teste ich heute noch
Vorstellung: Sieht mega n1 aus
Mit freundlichen Grüßen,
EagleKevin_ aka. Kevin_CaruZo
Sehr schnelle bearbeitung der Beta Tester Anfrage - Top!
Forum: Nicht so mein Geschmack das grüne^^, hab es sofort auf Blue geändert.
Server: teste ich heute noch
Vorstellung: Sieht mega n1 aus
Mit freundlichen Grüßen,
EagleKevin_ aka. Kevin_CaruZo
Siehste ist Lankabel^^
Ich weiß nicht woran das liegt das dein Intenet schlechter wurde.
was ist wenn du das Lan Kabel raus machst?
Das ist der Router den du benutzt
Drück mal auf Ethernet
http://prntscr.com/eywuvm
Dann auf Details:
schick mal Screen davon was da drinne steht
Ethernet ist Lan
du musst auf die Adaptaroptionen rein gehen:
http://prntscr.com/eyty9i
Da tust du dann auf WLAN Verbindung Rechtsklick und deaktivieren.
gehe mal hier hin:
Systemsteuerung\Netzwerk und Internet\Netzwerkverbindungen
Und deaktiviere dann WLAN.
per DNS Verwaltung kannst du das machen
Ich habe ja das Problem schon gelöst^^
schon vor einigen Stunden, anscheind hatte PrimeTv nur fragen..
guck mal die unteren Zeilen an, ich habe das mit mehreren Strings gemacht.
hier zsuehen:
new string[2048];
format(string, sizeof(string), "UPDATE `script_others` SET `Steuerklasse1`='%d', `Steuerklasse2`='%d', `Steuerklasse3`='%d', `Steuerklasse4`='%d', `Staatskasse`='%d', ",
Others[Steuerklasse1], Others[Steuerklasse2], Others[Steuerklasse3], Others[Steuerklasse4], Others[Staatskasse]);
// format(string, sizeof(string), "%s,`sDoppelRP`='%d', `sDoppelRPTime`='%d', ",string, Others[sDoppelRP], Others[sDoppelRPTime]);
format(string, sizeof(string), "[color=#FF0000]%s[/color]`LSPDM4Rang`='%d', `LSPDAKRang`='%d', `LSPDMP5Rang`='%d', `LSPDShotRang`='%d', `LSPDRifleRang`='%d', `Registrationoff`='%d',`Samenverkauf`='%d', ",[color=#FF0000]string,[/color]
Others[LSPDM4Rang], Others[LSPDAKRang], Others[LSPDMP5Rang], Others[LSPDShotRang], Others[LSPDRifleRang],Others[Registrationoff],Others[Samenverkauf]);
format(string, sizeof(string), "%s`Samenpreis`='%d', `Lotto`='%d', `Waffentransport`='%d',`WantedGrund1`='%s', `WantedGrund2`='%s', `WantedGrund3`='%s', `WantedGrund4`='%s', `WantedGrund5`='%s', `WantedGrund6`='%s',`WantedGrund7`='%s',`WantedGrund8`='%s', `WantedGrund9`='%s', `WantedGrund10`='%s', ",string,
Others[Samenpreis], Others[Lotto],Others[Waffentransport],Others[WantedGrund1], Others[WantedGrund2], Others[WantedGrund3], Others[WantedGrund4], Others[WantedGrund5],Others[WantedGrund6],Others[WantedGrund7],Others[WantedGrund8], Others[WantedGrund9],Others[WantedGrund10]);
format(string, sizeof(string), "%s`WantedAnzahl1`='%d',`WantedAnzahl2`='%d',`WantedAnzahl3`='%d',`WantedAnzahl4`='%d',`WantedAnzahl5`='%d',`WantedAnzahl6`='%d',`WantedAnzahl7`='%d',`WantedAnzahl8`='%d',`WantedAnzahl9`='%d',`WantedAnzahl10`='%d'",string,
Others[WantedAnzahl1],Others[WantedAnzahl2],Others[WantedAnzahl3],Others[WantedAnzahl4],Others[WantedAnzahl5],Others[WantedAnzahl6],Others[WantedAnzahl7],Others[WantedAnzahl8],Others[WantedAnzahl9],Others[WantedAnzahl10]);
printf("%s",string);
Hier der Code zu LSPDM4Rang und den Rest:
public SaveOthers(){ new string[2048]; format(string, sizeof(string), "UPDATE `script_others` SET `Steuerklasse1`='%d', `Steuerklasse2`='%d', `Steuerklasse3`='%d', `Steuerklasse4`='%d', `Staatskasse`='%d', ", Others[Steuerklasse1], Others[Steuerklasse2], Others[Steuerklasse3], Others[Steuerklasse4], Others[Staatskasse]);// format(string, sizeof(string), "%s,`sDoppelRP`='%d', `sDoppelRPTime`='%d', ",string, Others[sDoppelRP], Others[sDoppelRPTime]); format(string, sizeof(string), "%s,`LSPDM4Rang`='%d', `LSPDAKRang`='%d', `LSPDMP5Rang`='%d', `LSPDShotRang`='%d', `LSPDRifleRang`='%d', `Registrationoff`='%d',`Samenverkauf`='%d', ",string, Others[LSPDM4Rang], Others[LSPDAKRang], Others[LSPDMP5Rang], Others[LSPDShotRang], Others[LSPDRifleRang],Others[Registrationoff],Others[Samenverkauf]); format(string, sizeof(string), "%s,`Samenpreis`='%d', `Lotto`='%d', `Waffentransport`='%d',`WantedGrund1`='%s', `WantedGrund2`='%s', `WantedGrund3`='%s', `WantedGrund4`='%s', `WantedGrund5`='%s', `WantedGrund6`='%s',`WantedGrund7`='%s',`WantedGrund8`='%s', `WantedGrund9`='%s', `WantedGrund10`='%s', ",string, Others[Samenpreis], Others[Lotto],Others[Waffentransport],Others[WantedGrund1], Others[WantedGrund2], Others[WantedGrund3], Others[WantedGrund4], Others[WantedGrund5],Others[WantedGrund6],Others[WantedGrund7],Others[WantedGrund8], Others[WantedGrund9],Others[WantedGrund10]); format(string, sizeof(string), "%s,`WantedAnzahl1`='%d',`WantedAnzahl2`='%d',`WantedAnzahl3`='%d',`WantedAnzahl4`='%d',`WantedAnzahl5`='%d',`WantedAnzahl6`='%d',`WantedAnzahl7`='%d',`WantedAnzahl8`='%d',`WantedAnzahl9`='%d',`WantedAnzahl10`='%d'",string, Others[WantedAnzahl1],Others[WantedAnzahl2],Others[WantedAnzahl3],Others[WantedAnzahl4],Others[WantedAnzahl5],Others[WantedAnzahl6],Others[WantedAnzahl7],Others[WantedAnzahl8],Others[WantedAnzahl9],Others[WantedAnzahl10]); // printf("%s",string); mysql_function_query(myCon, string, false, "", ""); return 1;}
Habs selber geklärt, ich habe pGPSIZDA geändert auf gps und bei dem Code hier oben bei %s den Komma weggemacht also %s `LSPD.....`
Der Code ist jetzt so:
new mainQuery[2046], secondQuery[512];
format(secondQuery, sizeof(secondQuery), "UPDATE `script_accounts` SET `Level`='%d', `Admin`='%d', `SpawnHealth`='%f', `PayDay`='%d', `Exp`='%d', `Fraktion`='%d', `PBPoints`='%d', `Zigaretten`='%d', `Bierflaschen`='%d', `Ipod`='%d', `GPSIZDA`='%d', ",
Spieler[playerid][pLevel], Spieler[playerid][pAdmin], Spieler[playerid][pSpawnHealth],
Spieler[playerid][pPayDay], Spieler[playerid][pExp], Spieler[playerid][pFraktion], Spieler[playerid][pPBPoints], Spieler[playerid][pZigaretten], Spieler[playerid][pBierflaschen], Spieler[playerid][pIpod], Spieler[playerid][pGPSIZDA]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`Tutorial`='%d', `Skin`='%d', `FrakSkin`='%d', `Geschlecht`='%d', `Perso`='%d', `CarLicense`='%d', `CarLicensePoints`='%d', `Wanteds`='%d', ",
Spieler[playerid][pTutorial], Spieler[playerid][pSkin], Spieler[playerid][pFrakSkin],
Spieler[playerid][pGeschlecht], Spieler[playerid][pPerso],
Spieler[playerid][pCarLicense], Spieler[playerid][pCarLicensePoints],
Spieler[playerid][pWanteds], GetName(playerid));
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`JobMoney`='%d', `JobCount`='%d', `BusSkill`='%d', `BusSkillEXP`='%d', `Tot`='%d', `TotUnix`='%d', `TotX`='%f', `TotY`='%f', `TotZ`='%f', `Kills`='%d', `Deaths`='%d', `Jailed`='%d', `JailTime`='%d', ",
Spieler[playerid][pJobMoney], Spieler[playerid][pJobCount], Spieler[playerid][pBusSkill], Spieler[playerid][pBusSkillEXP],
Spieler[playerid][pTot], Spieler[playerid][pTotUnix], Spieler[playerid][pTotX], Spieler[playerid][pTotY], Spieler[playerid][pTotZ],
Spieler[playerid][pKills], Spieler[playerid][pDeaths], Spieler[playerid][pJailed], Spieler[playerid][pJailTime]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`Rank`='%d', `Verbrechen`='%d', `JailType`='%d', `Banned`='%d', `BanReason`='%s', `BanAdmin`='%s', `Erstehilfe`='%d', `GotMD5`='%d', ",
Spieler[playerid][pRank], Spieler[playerid][pVerbrechen], Spieler[playerid][pJailType], Spieler[playerid][pBanned], Spieler[playerid][pBanReason], Spieler[playerid][pBanAdmin],
Spieler[playerid][pErstehilfe], GotMD5[playerid]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`Number`='%d', `Handy`='%d', `HandyStatus`='%d', `HandyGuthaben`='%d', `Akku`='%f', `DetektivSkill`='%d', `DetektivSkillEXP`='%d', ",
Spieler[playerid][pNumber], Spieler[playerid][pHandy], Spieler[playerid][pHandyStatus], Spieler[playerid][pHandyGuthaben], Spieler[playerid][pAkku], Spieler[playerid][pDetektivSkill], Spieler[playerid][pDetektivSkillEXP]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`PlayTime`='%d', `Warns`='%d', `Crimes`='%d', `JailVisits`='%d', `Eisen`='%d', `EisenSafe`='%d', `Marihuana`='%d', ",
Spieler[playerid][pPlayTime], Spieler[playerid][pWarns], Spieler[playerid][pCrimes], Spieler[playerid][pJailVisits], Spieler[playerid][pEisen], Spieler[playerid][pEisenSafe], Spieler[playerid][pMarihuana]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`MarihuanaSafe`='%d', `Kanister`='%d', `Verheiratet`='%d', `VerheiratetName`='%s', `Bank`='%d', `Premium`='%d', `SkillPoints`='%d', `Lotto`='%d', ",
Spieler[playerid][pMarihuanaSafe], Spieler[playerid][pKanister], Spieler[playerid][pVerheiratet], Spieler[playerid][pVerheiratetName], Spieler[playerid][pBank], Spieler[playerid][pPremium], Spieler[playerid][pSkillPoints], Spieler[playerid][pLotto]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`FlyLicense`='%d', `BoatLicense`='%d', `FishLicense`='%d', `GunLicense`='%d', `Zollpass`='%d', `Job`='%d', `Money`='%d', `QuitJob`='%d', `Boombox`='%d', `HaveBoombox`='%d', WHERE `Name`='%s'",
Spieler[playerid][pFlyLicense], Spieler[playerid][pBoatLicense], Spieler[playerid][pFishLicense],
Spieler[playerid][pGunLicense], Spieler[playerid][pZollpass], Spieler[playerid][pJob], GetMoney(playerid), Spieler[playerid][pQuitJob], Spieler[playerid][pBoombox], Spieler[playerid][pHaveBoombox], GetName(playerid));
strcat(mainQuery, secondQuery);
mysql_function_query(myCon, mainQuery, false, "", "");
printf("%s", mainQuery);
strdel(mainQuery, 0, sizeof(mainQuery));
strdel(secondQuery, 0, sizeof(secondQuery));
format(secondQuery, sizeof(secondQuery), "UPDATE `script_accounts` SET `Geschenk`='%d', `GeschenkCount`='%d' WHERE `Name`='%s'",
Spieler[playerid][pGeschenk], Spieler[playerid][pGeschenkCount], GetName(playerid));
strcat(mainQuery, secondQuery);
mysql_function_query(myCon, mainQuery, false, "", "");
printf("%s", mainQuery);
strdel(mainQuery, 0, sizeof(mainQuery));
strdel(secondQuery, 0, sizeof(secondQuery));
// Neuer Query für Save
format(secondQuery, sizeof(secondQuery), "UPDATE `script_accounts` SET `Muted`='%d', `MuteReason`='%s', `TruckSkill`='%d', `TruckSkillEXP`='%d', `SpawnChange`='%d', `PremiumZeit`='%d', ",
Spieler[playerid][pMuted], Spieler[playerid][pMuteReason], Spieler[playerid][pTruckSkill], Spieler[playerid][pTruckSkillEXP], Spieler[playerid][pSpawnChange], Spieler[playerid][pPremiumZeit]);
strcat(mainQuery, secondQuery);
new xplTime = gettime();
format(secondQuery, sizeof(secondQuery), "`FishSkill`='%d', `FishSkillEXP`='%d', `OrgMember`='%d', `Contract`='%d', `ContractCount`='%d', `LastLogin`='%d', `PilotSkill`='%d', `PilotSkillEXP`='%d', ",
Spieler[playerid][pFishSkill], Spieler[playerid][pFishSkillEXP], Spieler[playerid][pOrgMember], Spieler[playerid][pContract], Spieler[playerid][pContractCount], xplTime, Spieler[playerid][pPilotSkill], Spieler[playerid][pPilotSkillEXP]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), "`HouseKey`='%d', `TotWorld`='%d', `Hitsound`='%d', `Messages`='%d', `Fished`='%d', `FishTime`='%d', `FishSperre`='%d', `SkillDrug`='%f', `Festgeld`='%d', `HatFestgeld`='%d', `BisFestgeld`='%d' WHERE `Name`='%s'",
Spieler[playerid][pHouseKey], Spieler[playerid][pTotWorld], Spieler[playerid][pHitsound], Spieler[playerid][pMessages], Spieler[playerid][pFished], Spieler[playerid][pFishTime], Spieler[playerid][pFishSperre], Spieler[playerid][pSkillDrug], Spieler[playerid][pFestgeld], Spieler[playerid][pHatFestgeld], Spieler[playerid][pBisFestgeld], GetName(playerid));
strcat(mainQuery, secondQuery);
mysql_function_query(myCon, mainQuery, false, "", "");
printf("%s", mainQuery);
strdel(mainQuery, 0, sizeof(mainQuery));
strdel(secondQuery, 0, sizeof(secondQuery));
// Fish
format(secondQuery, sizeof(secondQuery), "UPDATE `script_accounts` SET `FishID1`='%d', `FishID2`='%d', `FishID3`='%d', `FishID4`='%d', `FishID5`='%d',",
Spieler[playerid][pFishID][1], Spieler[playerid][pFishID][2], Spieler[playerid][pFishID][3], Spieler[playerid][pFishID][4], Spieler[playerid][pFishID][5]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), " `Fishweight1`='%d', `Fishweight2`='%d', `Fishweight3`='%d', `Fishweight4`='%d', `Fishweight5`='%d' WHERE `Name`='%s'",
Spieler[playerid][pFishweight][1], Spieler[playerid][pFishweight][2], Spieler[playerid][pFishweight][3], Spieler[playerid][pFishweight][4], Spieler[playerid][pFishweight][5], GetName(playerid));
strcat(mainQuery, secondQuery);
mysql_function_query(myCon, mainQuery, false, "", "");
printf("%s", mainQuery);
strdel(mainQuery, 0, sizeof(mainQuery));
strdel(secondQuery, 0, sizeof(secondQuery));
format(secondQuery, sizeof(secondQuery), "UPDATE `script_accounts` SET `CookID1`='%d', `CookID2`='%d', `CookID3`='%d', `CookID4`='%d', `CookID5`='%d',",
Spieler[playerid][pCookID][1], Spieler[playerid][pCookID][2], Spieler[playerid][pCookID][3], Spieler[playerid][pCookID][4], Spieler[playerid][pCookID][5]);
strcat(mainQuery, secondQuery);
format(secondQuery, sizeof(secondQuery), " `CookHP1`='%d', `CookHP1`='%d', `CookHP1`='%d', `CookHP1`='%d', `CookHP1`='%d' WHERE `Name`='%s'",
Spieler[playerid][pCookHP][1], Spieler[playerid][pCookHP][2], Spieler[playerid][pCookHP][3], Spieler[playerid][pCookHP][4], Spieler[playerid][pCookHP][5], GetName(playerid));
strcat(mainQuery, secondQuery);
mysql_function_query(myCon, mainQuery, false, "", "");
printf("%s", mainQuery);
strdel(mainQuery, 0, sizeof(mainQuery));
strdel(secondQuery, 0, sizeof(secondQuery));
Serverlog:
UPDATE `script_accounts` SET `Level`='3', `Admin`='0', `SpawnHealth`='50.000000', `PayDay`='914', `Exp`='1', `Fraktion`='0', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='2', `FrakSkin`='0', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='0', `BusSkill`='1', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='0', `Deaths`='0', `Jailed`='0', `JailTime`='0', `Rank`='0', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='33307', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='2000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='1', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='0', `Premium`='0', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='0', `BoatLicense`='0', `FishLicense`='0', `GunLicense`='0', `Zollpass`='0', `Job`='0', `Money`='7677', `QuitJob`='0', `Boombox`='0', `HaveBoombox`='0', `GPSIZDA`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:45] UPDATE `script_accounts` SET `Geschenk`='0', `GeschenkCount`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:45] UPDATE `script_accounts` SET `Muted`='0', `MuteReason`='', `TruckSkill`='1', `TruckSkillEXP`='0', `SpawnChange`='0', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='0', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492500945', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='0', `Messages`='0', `Fished`='0', `FishTime`='0', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:45] UPDATE `script_accounts` SET `FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1', `Fishweight1`='0', `Fishweight2`='0', `Fishweight3`='0', `Fishweight4`='0', `Fishweight5`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:45] UPDATE `script_accounts` SET `CookID1`='-1', `CookID2`='-1', `CookID3`='-1', `CookID4`='-1', `CookID5`='-1', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:48] UPDATE `script_accounts` SET `Level`='3', `Admin`='0', `SpawnHealth`='50.000000', `PayDay`='916', `Exp`='1', `Fraktion`='0', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='2', `FrakSkin`='0', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='0', `BusSkill`='1', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='0', `Deaths`='0', `Jailed`='0', `JailTime`='0', `Rank`='0', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='33307', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='2000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='1', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='0', `Premium`='0', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='0', `BoatLicense`='0', `FishLicense`='0', `GunLicense`='0', `Zollpass`='0', `Job`='0', `Money`='7677', `QuitJob`='0', `Boombox`='0', `HaveBoombox`='0', `GPSIZDA`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:48] UPDATE `script_accounts` SET `Geschenk`='0', `GeschenkCount`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:48] UPDATE `script_accounts` SET `Muted`='0', `MuteReason`='', `TruckSkill`='1', `TruckSkillEXP`='0', `SpawnChange`='0', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='0', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492500948', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='0', `Messages`='0', `Fished`='0', `FishTime`='0', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:48] UPDATE `script_accounts` SET `FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1', `Fishweight1`='0', `Fishweight2`='0', `Fishweight3`='0', `Fishweight4`='0', `Fishweight5`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:48] UPDATE `script_accounts` SET `CookID1`='-1', `CookID2`='-1', `CookID3`='-1', `CookID4`='-1', `CookID5`='-1', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0' WHERE `Name`='Kevin_CaruZo'
[09:35:48] [part] Kevin_CaruZo has left the server (0:1)
Alles anzeigen
und es klappt trd. net..
sind ja trd. MIT dem Archiv 300000 Beiträge irgendwo^^ und ich glaube nicht, das ihr sooooo viel schreibt im Internen Bereich^^
Ich habe jetzt das Forum durchgerechnet^^ Aber ich weiß ja nicht was ihr alles als Admin seht^^
hier das habe ich gerechnet -2Million Beiträge^^
536430 Beiträge sind irgendwo im Forum xD
Wie viele Beiträge habt ihr im Archiv :)?
und das zu so einem Thema xD
Oh nein, mein teuflischer Plan wurde durchschaut.
passiert... passiert...
Wirklich er?!11!
Herzlichen Glückwunsch Meso^^
Das gibt mir die Log aus!
[21:36:12] #1 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0',
[21:36:12] #1 SecondQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0',
[21:36:12] #2 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0',
[21:36:12] #2 SecondQuery: `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0',
[21:36:12] #3 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0',
[21:36:12] #3 SecondQuery: `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0',
[21:36:12] #4 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1',
[21:36:12] #4 SecondQuery: `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1',
[21:36:12] #5 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0',
[21:36:12] #5 SecondQuery: `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0',
[21:36:12] #6 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0',
[21:36:12] #6 SecondQuery: `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0',
[21:36:12] #7 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0',
[21:36:12] #7 SecondQuery: `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0',
[21:36:12] #8 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'
[21:36:12] #8 SecondQuery: `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'
[21:36:12] #9 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'
[21:36:12] #9 SecondQuery: `Geschenk`='0', `GeschenkCount`='0'
[21:36:12] #10 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0',
[21:36:12] #10 SecondQuery: `Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0',
[21:36:12] #11 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0',
[21:36:12] #11 SecondQuery: `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0',
[21:36:12] #12 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='1', `Messages`='0', `Fished`='0', `FishTime`='1491931977', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0'
[21:36:12] #12 SecondQuery: `HouseKey`='-255', `TotWorld`='0', `Hitsound`='1', `Messages`='0', `Fished`='0', `FishTime`='1491931977', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0'
[21:36:12] #13 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='1', `Messages`='0', `Fished`='0', `FishTime`='1491931977', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0'`FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1',
[21:36:12] #13 SecondQuery: `FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1',
[21:36:12] #14 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='1', `Messages`='0', `Fished`='0', `FishTime`='1491931977', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0'`FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1', `Fishweight1`='0', `Fishweight2`='0', `Fishweight3`='0', `Fishweight4`='0', `Fishweight5`='0'
[21:36:12] #14 SecondQuery: `Fishweight1`='0', `Fishweight2`='0', `Fishweight3`='0', `Fishweight4`='0', `Fishweight5`='0'
[21:36:12] #15 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='1', `Messages`='0', `Fished`='0', `FishTime`='1491931977', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0'`FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1', `Fishweight1`='0', `Fishweight2`='0', `Fishweight3`='0', `Fishweight4`='0', `Fishweight5`='0'`CookID1`='-1', `CookID2`='-1', `CookID3`='-1', `CookID4`='-1', `CookID5`='-1',
[21:36:12] #15 SecondQuery: `CookID1`='-1', `CookID2`='-1', `CookID3`='-1', `CookID4`='-1', `CookID5`='-1',
[21:36:12] #16 MainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='1', `Messages`='0', `Fished`='0', `FishTime`='1491931977', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0'`FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1', `Fishweight1`='0', `Fishweight2`='0', `Fishweight3`='0', `Fishweight4`='0', `Fishweight5`='0'`CookID1`='-1', `CookID2`='-1', `CookID3`='-1', `CookID4`='-1', `CookID5`='-1', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP
[21:36:12] #16 SecondQuery: `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0' WHERE `Name`='Kevin_CaruZo'
[21:36:12] #gesamt mainQuery: UPDATE `script_accounts` SET `Level`='5', `Admin`='4', `SpawnHealth`='50.000000', `PayDay`='590', `Exp`='22', `Fraktion`='8', `PBPoints`='0', `Zigaretten`='0', `Bierflaschen`='0', `Ipod`='0', `GPSIZDA`='0', `Tutorial`='0', `Skin`='19', `FrakSkin`='104', `Geschlecht`='1', `Perso`='1', `CarLicense`='1', `CarLicensePoints`='0', `Wanteds`='0', `JobMoney`='0', `JobCount`='34', `BusSkill`='3', `BusSkillEXP`='2', `Tot`='0', `TotUnix`='0', `TotX`='0.000000', `TotY`='0.000000', `TotZ`='0.000000', `Kills`='1', `Deaths`='1', `Jailed`='0', `JailTime`='0', `Rank`='4', `Verbrechen`='0', `JailType`='0', `Banned`='0', `BanReason`='', `BanAdmin`='', `Erstehilfe`='0', `GotMD5`='1', `Number`='25546', `Handy`='0', `HandyStatus`='1', `HandyGuthaben`='5000', `Akku`='0.000000', `DetektivSkill`='1', `DetektivSkillEXP`='0', `PlayTime`='14', `Warns`='0', `Crimes`='0', `JailVisits`='0', `Eisen`='0', `EisenSafe`='0', `Marihuana`='0', `MarihuanaSafe`='0', `Kanister`='0', `Verheiratet`='0', `VerheiratetName`='-', `Bank`='496773', `Premium`='2', `SkillPoints`='0', `Lotto`='0', `FlyLicense`='1', `BoatLicense`='1', `FishLicense`='1', `GunLicense`='1', `Zollpass`='1', `Job`='6', `Money`='48250', `QuitJob`='0', `Boombox`='1', `HaveBoombox`='0'`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6', `TruckSkillEXP`='122', `SpawnChange`='1', `PremiumZeit`='0', `FishSkill`='1', `FishSkillEXP`='10', `GPS`='0', `OrgMember`='0', `Contract`='0', `ContractCount`='0', `LastLogin`='1492457772', `PilotSkill`='1', `PilotSkillEXP`='0', `HouseKey`='-255', `TotWorld`='0', `Hitsound`='1', `Messages`='0', `Fished`='0', `FishTime`='1491931977', `FishSperre`='0', `SkillDrug`='1.000000', `Festgeld`='0', `HatFestgeld`='0', `BisFestgeld`='0'`FishID1`='-1', `FishID2`='-1', `FishID3`='-1', `FishID4`='-1', `FishID5`='-1', `Fishweight1`='0', `Fishweight2`='0', `Fishweight3`='0', `Fishweight4`='0', `Fishweight5`='0'`CookID1`='-1', `CookID2`='-1', `CookID3`='-1', `CookID4`='-1', `CookID5`='-1', `CookHP1`='0', `CookHP1`='0', `CookHP1`='0', `CookHP
Alles anzeigen
Aber denooch speichert der nicht's aber ich habe weiterhin 50k Geld obwohl da in der Log steht Money=48250
Hat das was damit zutun?
[21:35:26] [ERROR] CMySQLQuery::Execute[()] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`LSPDM4Rang`='1', `LSPDAKRang`='1', `LSPDMP5Rang`='1', `LSPDShotRang`='4', `LSPD' at line 1
[21:36:12] [ERROR] CMySQLQuery::Execute[()] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`Geschenk`='0', `GeschenkCount`='0'`Muted`='0', `MuteReason`='', `TruckSkill`='6' at line 1
Alle Dateien ist schlecht du solltest NUR dem Hauptordner und dem WCF Ordner geben.
Hat das Hauptverzeichnis volle Rechte also 777 und das Verzeichnis "WCF" 777?