Moin,
da ich von einer MySQL ressourcenfressenden Sache zu einer sparender gewechselt habe, wird bei mir nicht mehr alles gespeichert.
Meine letzten Positionen 'X,Y,Z' sowie mein Level.
format(query[0],300,"UPDATE `accounts` SET `Level` = '%i'",AccountInfo[playerid][sLevel]
format(query[1],300,"`PosX` = '%f',`PosY` = '%f',`PosZ` = '%f',`PosR` = '%f',`Interior` = '%i',",AccountInfo[playerid][sPosX],AccountInfo[playerid][sPosY],AccountInfo[playerid][sPosZ],AccountInfo[playerid][sPosR],AccountInfo[playerid][Interior]);
Woran kann es liegen? :'>
Ich bedanke mich im vorraus.