Hallo meine Lieben da wir unseren usern auf unseren Server mit einen User Control Panel Überraschen wollen haben wir bzw (Skoam) Unser Script auf MYSQL Umgeschrieben.
Ich habe keine Arnung von MYSQL ich habe gesagt Wird schon Schiefgehen und Lernen muss ich das ganze ja Auch endlich mal. Skoam schrieb mir eben Er muss schnell kofferpacken und ab zum Flughaven obwohl er das eigentlich heute machen wollte
nun stehe ich da Skoam weg keine Datenbank Toll was mach ich nun?`Ich sehe hier nicht durch habe bereits ein Tut von MRMonat gesehen wo ich aber auch nicht weiter kam deshalb frag ich hier weil ich würde gerne am Script weiter Arbeiten doch
Ohne Register System ist das ganze schon echt ne Blöde sache ich hoffe mir kann hier wer helfen Ich brauche nur eine Datenbank bzw muss ich nur eine Erstellen
Das ganze muss Nämlich in die Datenbank rein hoffe mir kann wer hier weiter erklären bzw helfen
pInfo[playerid][pLevel] = cache_get_field_content_int(0, "Level", dbhandle);
GivePlayerMoney(playerid, -GetPlayerMoney(playerid));
GivePlayerMoney(playerid, cache_get_field_content_int(0, "Geld", dbhandle));
pInfo[playerid][pAlter] = cache_get_field_content_int(0, "Alter", dbhandle);
pInfo[playerid][pPerso] = cache_get_field_content_int(0,"Personalausweis", dbhandle);
pInfo[playerid][pSpawn] = cache_get_field_content_int(0,"Spawnchange", dbhandle);
pInfo[playerid][pAdmin] = cache_get_field_content_int(0,"Admin", dbhandle);
pInfo[playerid][pSkin] = cache_get_field_content_int(0,"Skin", dbhandle);
SetPlayerSkin(playerid, pInfo[playerid][pSkin]);
pInfo[playerid][pHunger] = cache_get_field_content_int(0, "Hunger", dbhandle);
pInfo[playerid][pHarndrang] = cache_get_field_content_int(0, "Toilette", dbhandle);
pInfo[playerid][pRank] = cache_get_field_content_int(0, "Fraktionsrang", dbhandle);
pInfo[playerid][pLeader] = cache_get_field_content_int(0,"Leader", dbhandle);
pInfo[playerid][pMember] = cache_get_field_content_int(0, "Member", dbhandle);
pInfo[playerid][pJob] = cache_get_field_content_int(0, "Arbeit", dbhandle);
pInfo[playerid][pNavi] = cache_get_field_content_int(0, "Navigation", dbhandle);
pInfo[playerid][pPremium] = cache_get_field_content_int(0, "Premium", dbhandle);
pInfo[playerid][pHandynummer] = cache_get_field_content_int(0, "Handynummer", dbhandle);
pInfo[playerid][pFraktion] = cache_get_field_content_int(0, "Fraktion", dbhandle);
pInfo[playerid][pReg] = cache_get_field_content_int(0,"Registration", dbhandle);
pInfo[playerid][pBankKonto] = cache_get_field_content_int(0,"BankKonto", dbhandle);
pInfo[playerid][pBankGeld] = cache_get_field_content_int(0,"BankGeld", dbhandle);
pInfo[playerid][pBankRauben] = cache_get_field_content_int(0,"BankRauben", dbhandle);
pInfo[playerid][pExp] = cache_get_field_content_int(0,"Respektpunkte", dbhandle);
pInfo[playerid][pMinutesSinceAn] = cache_get_field_content_int(0, "MinutesSinceAn", dbhandle);
pInfo[playerid][pPlayMinutes] = cache_get_field_content_int(0, "PlayMinutes", dbhandle);
pInfo[playerid][pWarn] = cache_get_field_content_int(0, "Warnungen", dbhandle);
pInfo[playerid][pLoGPoints] = cache_get_field_content_int(0, "Points", dbhandle);
pInfo[playerid][pGesamtspielzeit] = cache_get_field_content_int(0, "Gesamtspielzeit", dbhandle);
pInfo[playerid][pTode] = cache_get_field_content_int(0, "Tode", dbhandle);
pInfo[playerid][pGameIntro] = cache_get_field_content_int(0, "Tutorial", dbhandle);
pInfo[playerid][pWantedpunkte] = cache_get_field_content_int(0, "Wantedpunkte", dbhandle);
pInfo[playerid][pRangname] = cache_get_field_content_int(0, "Rangname", dbhandle);
pInfo[playerid][pcarlicense] = cache_get_field_content_int(0, "carlicense");
pInfo[playerid][pcarlicensepoints] = cache_get_field_content_int(0, "carlicensepoints", dbhandle);
pInfo[playerid][pbikelicense] = cache_get_field_content_int(0, "bikelicense", dbhandle);
pInfo[playerid][pbikelicensepoints] = cache_get_field_content_int(0, "bikelicensepoints", dbhandle);
pInfo[playerid][ptrucklicense] = cache_get_field_content_int(0, "trucklicense", dbhandle);
pInfo[playerid][ptrucklicensepoints] = cache_get_field_content_int(0, "trucklicensepoints", dbhandle);
pInfo[playerid][pplanelicense] = cache_get_field_content_int(0, "planelicense", dbhandle);
pInfo[playerid][pplanelicensepoints] = cache_get_field_content_int(0, "planelicensepoints", dbhandle);
pInfo[playerid][phelilicense] = cache_get_field_content_int(0, "phelilicense", dbhandle);
pInfo[playerid][phelilicensepoints] = cache_get_field_content_int(0, "phelilicensepoints", dbhandle);
pInfo[playerid][pbootlicense] = cache_get_field_content_int(0, "bootlicense", dbhandle);
pInfo[playerid][pbootlicensepoints] = cache_get_field_content_int(0, "bootlicensepoints", dbhandle);
pInfo[playerid][pjailstate] = cache_get_field_content_int(0, "jailstate", dbhandle);
pInfo[playerid][pjailtimemin] = cache_get_field_content_int(0, "jailtimemin", dbhandle);
pInfo[playerid][pjailtimesek] = cache_get_field_content_int(0, "jailtimesek", dbhandle);
pInfo[playerid][pHotel] = cache_get_field_content_int(0,"Hotel", dbhandle);