danke für die Mühe und Hilfe, aber irgendwie Speichert er meine Kords. immer noch nicht und mein Adminlevel wird immer noch nicht erkannt.
Ich weiß nicht was ich jetzt wieder falsch gemacht habe aber es geht einfach nicht, deswegen falls du kurz Zeit hast hier mal der komplette Code.
Load&Save
forward LoadPlayer(playerid);
public LoadPlayer(playerid)
{
if(IsPlayerConnected(playerid) && !IsPlayerNPC(playerid))
{
if(GetPVarInt(playerid,"Eingeloggt") == 1)
{
cache_get_field_content(0, "Name", SpielerInfo[playerid][pName]);
SpielerInfo[playerid][pLevel] = cache_get_field_content_int(0, "Level");
SpielerInfo[playerid][pGeld] = cache_get_field_content_int(0, "Geld");
SpielerInfo[playerid][pKills] = cache_get_field_content_int(0, "Kills");
SpielerInfo[playerid][pTode] = cache_get_field_content_int(0, "Tode");
SpielerInfo[playerid][pAdmin] = cache_get_field_content_int(0, "Admin");
SpielerInfo[playerid][pBanned] = cache_get_field_content_int(0, "Banned");
SpielerInfo[playerid][pLeader] = cache_get_field_content_int(0, "Leader");
SpielerInfo[playerid][pMember] = cache_get_field_content_int(0, "Member");
SpielerInfo[playerid][pTeam] = cache_get_field_content_int(0, "Team");
SpielerInfo[playerid][pRank] = cache_get_field_content_int(0, "Rank");
SpielerInfo[playerid][pDuty] = cache_get_field_content_int(0, "Duty");
SpielerInfo[playerid][pSkin] = cache_get_field_content_int(0, "Skin");
SpielerInfo[playerid][pHealth] = cache_get_field_content_int(0, "Health");
SpielerInfo[playerid][xKord] = cache_get_field_content_float(0, "xKord");
SpielerInfo[playerid][yKord] = cache_get_field_content_float(0, "yKord");
SpielerInfo[playerid][zKord] = cache_get_field_content_float(0, "zKord");
SetPlayerPos(playerid,SpielerInfo[playerid][xKord], SpielerInfo[playerid][xKord], SpielerInfo[playerid][zKord]);
SetPlayerInterior(playerid,SpielerInfo[playerid][pInterior]);
SetPlayerSkin(playerid,SpielerInfo[playerid][pSkin]);
}
}
return 1;
}
stock SavePlayer(playerid)
{
if(IsPlayerConnected(playerid) && !IsPlayerNPC(playerid))
{
if(GetPVarInt(playerid,"Eingeloggt") == 1)
{
new query[512];
new Float:xxKord,Float:yyKord,Float:zzKord;
GetPlayerPos(playerid,xxKord,yyKord,zzKord);
new typos = GetPlayerSkin(playerid);
SpielerInfo[playerid][pGeld] = GetPlayerMoney(playerid);
format(query, sizeof(query), "UPDATE accounts SET Name = '%s', Level = '%d', Geld = '%d', Kills = '%d', Tode = '%d', Admin = '%d', Banned, Leader = '%d', Member = '%d', Team = '%d', Rank = '%d', Duty = '%d', Skin = '%d', Health = '%d', xKord = '%d', yKord = '%d', zKord, Interior = '%d' = '%d' = '%d' WHERE Name = '%s'",
SpielerInfo[playerid][pName], SpielerInfo[playerid][pLevel], SpielerInfo[playerid][pGeld], SpielerInfo[playerid][pKills], SpielerInfo[playerid][pTode], SpielerInfo[playerid][pAdmin], SpielerInfo[playerid][pBanned], SpielerInfo[playerid][pLeader], SpielerInfo[playerid][pMember], SpielerInfo[playerid][pTeam], SpielerInfo[playerid][pRank], SpielerInfo[playerid][pDuty], SpielerInfo[playerid][pSkin], SpielerInfo[playerid][pHealth], xxKord, yyKord, zzKord, SpielerInfo[playerid][pInterior], SpielerInfo[playerid][pName]);
mysql_tquery(handle, query);
printf("query: %s", query);
}
}
return 1;
}
Dann meine Frage, muss ich irgendwo LoadPlayer & SavePlayer machen? Wenn ja, ich hab es versucht dann bekomm ich immer Errors
[21:47:17] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: "new_rl", password: "****", port: 3306, autoreconnect: true, pool_size: 2[21:47:17] [DEBUG] CMySQLHandle::Create - creating new connection..[21:47:17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called[21:47:17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)[21:47:17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:47:17] [DEBUG] CMySQLConnection::Connect - connection was successful[21:47:17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[21:47:17] [DEBUG] mysql_errno - connection: 1[21:47:17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Kassen ORDER BY ID ASC", callback: "LoadKassen", format: "d"[21:47:17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:47:17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:47:17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:47:17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM accounts ORDER BY ID ASC", callback: "LoadPlayer", format: "d"[21:47:17] [DEBUG] CMySQLConnection::Connect - connection was successful[21:47:17] [DEBUG] CMySQLConnection::Connect - connection was successful[21:47:17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[21:47:17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[21:47:17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[21:47:17] [DEBUG] CMySQLQuery::Execute[LoadKassen] - starting query execution[21:47:17] [DEBUG] CMySQLQuery::Execute[LoadKassen] - query was successfully executed within 0.517 milliseconds[21:47:17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[21:47:17] [DEBUG] CMySQLQuery::Execute[LoadPlayer] - starting query execution[21:47:17] [DEBUG] Calling callback "LoadKassen"..[21:47:17] [DEBUG] cache_get_row_count - connection: 1[21:47:17] [DEBUG] CMySQLQuery::Execute[LoadPlayer] - query was successfully executed within 0.503 milliseconds[21:47:17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "1"[21:47:17] [DEBUG] cache_get_field_content - row: 0, field_name: "Name", connection: 1, max_len: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Name", data: "Staatskasse"[21:47:17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Geld", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Geld", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Drogen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Drogen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Waffen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Waffen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 1, field_name: "ID", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ID", data: "2"[21:47:17] [DEBUG] cache_get_field_content - row: 1, field_name: "Name", connection: 1, max_len: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Name", data: "Test1"[21:47:17] [DEBUG] cache_get_field_content_int - row: 1, field_name: "Geld", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Geld", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 1, field_name: "Drogen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Drogen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 1, field_name: "Waffen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Waffen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 2, field_name: "ID", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ID", data: "3"[21:47:17] [DEBUG] cache_get_field_content - row: 2, field_name: "Name", connection: 1, max_len: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Name", data: "Test2"[21:47:17] [DEBUG] cache_get_field_content_int - row: 2, field_name: "Geld", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Geld", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 2, field_name: "Drogen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Drogen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 2, field_name: "Waffen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Waffen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 3, field_name: "ID", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "ID", data: "4"[21:47:17] [DEBUG] cache_get_field_content - row: 3, field_name: "Name", connection: 1, max_len: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Name", data: "Test3"[21:47:17] [DEBUG] cache_get_field_content_int - row: 3, field_name: "Geld", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Geld", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 3, field_name: "Drogen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Drogen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 3, field_name: "Waffen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Waffen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 4, field_name: "ID", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "ID", data: "5"[21:47:17] [DEBUG] cache_get_field_content - row: 4, field_name: "Name", connection: 1, max_len: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Name", data: "ADAC"[21:47:17] [DEBUG] cache_get_field_content_int - row: 4, field_name: "Geld", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Geld", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 4, field_name: "Drogen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Drogen", data: "0"[21:47:17] [DEBUG] cache_get_field_content_int - row: 4, field_name: "Waffen", connection: 1[21:47:17] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Waffen", data: "0"[21:47:17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[21:47:17] [DEBUG] Calling callback "LoadPlayer"..[21:47:17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[21:47:55] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT Name FROM accounts WHERE Name = '%e'"[21:47:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT Name FROM accounts WHERE Name = 'niddo_189'", callback: "CheckAccount", format: "d"[21:47:55] [DEBUG] CMySQLQuery::Execute[CheckAccount] - starting query execution[21:47:55] [DEBUG] CMySQLQuery::Execute[CheckAccount] - query was successfully executed within 0.498 milliseconds[21:47:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[21:47:55] [DEBUG] Calling callback "CheckAccount"..[21:47:55] [DEBUG] cache_get_row_count - connection: 1[21:47:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[21:47:58] [DEBUG] mysql_format - connection: 1, len: 256, format: "SELECT Name FROM accounts WHERE Name = '%e' AND Passwort = '%e'"[21:47:58] [DEBUG] mysql_tquery - connection: 1, query: "SELECT Name FROM accounts WHERE Name = 'niddo_189' AND Passwort ", callback: "CheckPassword", format: "d"[21:47:58] [DEBUG] CMySQLQuery::Execute[CheckPassword] - starting query execution[21:47:58] [DEBUG] CMySQLQuery::Execute[CheckPassword] - query was successfully executed within 0.481 milliseconds[21:47:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[21:47:58] [DEBUG] Calling callback "CheckPassword"..[21:47:58] [DEBUG] cache_get_row_count - connection: 1[21:47:58] [DEBUG] cache_get_field_content - row: -1, field_name: "Name", connection: 1, max_len: 1[21:47:58] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1')[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Level")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Geld", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Geld")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Kills")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Tode", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Tode")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Admin", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Admin")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Banned", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Banned")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Leader", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Leader")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Member", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Member")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Team", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Team")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Rank", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Rank")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Duty", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Duty")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Skin")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Health", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Health")[21:47:58] [ERROR] cache_get_field_content_int - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "xKord", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("xKord")[21:47:58] [ERROR] cache_get_field_content_float - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "yKord", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("yKord")[21:47:58] [ERROR] cache_get_field_content_float - invalid datatype[21:47:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "zKord", connection: 1[21:47:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("zKord")[21:47:58] [ERROR] cache_get_field_content_float - invalid datatype[21:47:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[21:48:09] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM accounts ORDER BY ID ASC", callback: "SavePlayer", format: "d"[21:48:09] [DEBUG] CMySQLQuery::Execute[SavePlayer] - starting query execution[21:48:09] [DEBUG] CMySQLQuery::Execute[SavePlayer] - query was successfully executed within 0.603 milliseconds[21:48:09] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[21:48:09] [DEBUG] Calling callback "SavePlayer"..[21:48:09] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[21:52:06] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: "new_rl", password: "****", port: 3306, autoreconnect: true, pool_size: 2[21:52:06] [DEBUG] CMySQLHandle::Create - creating new connection..[21:52:06] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called[21:52:06] [DEBUG] CMySQLHandle::Create - connection created (id: 1)[21:52:06] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:52:06] [DEBUG] CMySQLConnection::Connect - connection was successful[21:52:06] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[21:52:06] [DEBUG] mysql_errno - connection: 1[21:52:06] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:52:06] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Kassen ORDER BY ID ASC", callback: "LoadKassen", format: "d"[21:52:06] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:52:06] [DEBUG] CMySQLConnection::Connect - establishing connection to database...[21:52:06] [DEBUG] CMySQLConnection::Connect - connection was successful[21:52:06] [DEBUG] CMySQLConnection::Connect - connection was successful[21:52:06] [DEBUG] CMySQLConnection::Connect - connection was successful[21:52:06] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[21:52:06] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled[21:52:06] [DEBUG] CMySQLQuery::Execute[LoadKassen] - starting query execution[21:52:06] [DEBUG] CMySQLQuery::Execute[LoadKassen] - query was successfully executed within 0.588 milliseconds[21:52:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[21:52:06] [DEBUG] Calling callback "LoadKassen"..[21:52:06] [DEBUG] cache_get_row_count - connection: 1[21:52:06] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "1"[21:52:06] [DEBUG] cache_get_field_content - row: 0, field_name: "Name", connection: 1, max_len: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Name", data: "Staatskasse"[21:52:06] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Geld", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Geld", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Drogen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Drogen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Waffen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Waffen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 1, field_name: "ID", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "ID", data: "2"[21:52:06] [DEBUG] cache_get_field_content - row: 1, field_name: "Name", connection: 1, max_len: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Name", data: "Test1"[21:52:06] [DEBUG] cache_get_field_content_int - row: 1, field_name: "Geld", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Geld", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 1, field_name: "Drogen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Drogen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 1, field_name: "Waffen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Waffen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 2, field_name: "ID", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "ID", data: "3"[21:52:06] [DEBUG] cache_get_field_content - row: 2, field_name: "Name", connection: 1, max_len: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Name", data: "Test2"[21:52:06] [DEBUG] cache_get_field_content_int - row: 2, field_name: "Geld", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Geld", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 2, field_name: "Drogen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Drogen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 2, field_name: "Waffen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Waffen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 3, field_name: "ID", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "ID", data: "4"[21:52:06] [DEBUG] cache_get_field_content - row: 3, field_name: "Name", connection: 1, max_len: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Name", data: "Test3"[21:52:06] [DEBUG] cache_get_field_content_int - row: 3, field_name: "Geld", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Geld", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 3, field_name: "Drogen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Drogen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 3, field_name: "Waffen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Waffen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 4, field_name: "ID", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "ID", data: "5"[21:52:06] [DEBUG] cache_get_field_content - row: 4, field_name: "Name", connection: 1, max_len: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Name", data: "ADAC"[21:52:06] [DEBUG] cache_get_field_content_int - row: 4, field_name: "Geld", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Geld", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 4, field_name: "Drogen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Drogen", data: "0"[21:52:06] [DEBUG] cache_get_field_content_int - row: 4, field_name: "Waffen", connection: 1[21:52:06] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Waffen", data: "0"[21:52:06] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[21:52:33] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT Name FROM accounts WHERE Name = '%e'"[21:52:33] [DEBUG] mysql_tquery - connection: 1, query: "SELECT Name FROM accounts WHERE Name = 'niddo_189'", callback: "CheckAccount", format: "d"[21:52:33] [DEBUG] CMySQLQuery::Execute[CheckAccount] - starting query execution[21:52:33] [DEBUG] CMySQLQuery::Execute[CheckAccount] - query was successfully executed within 0.490 milliseconds[21:52:33] [DEBUG] CMySQLResult::CMySQLResult() - constructor called[21:52:33] [DEBUG] Calling callback "CheckAccount"..[21:52:33] [DEBUG] cache_get_row_count - connection: 1[21:52:33] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called[21:52:35] [DEBUG] mysql_format - connection: 1, len: 256, format: "SELECT * FROM users WHERE Name = '%e' AND Passwort = '%e'"[21:52:35] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM users WHERE Name = 'niddo_189' AND Passwort = 'ged", callback: "LoadPlayer", format: "d"[21:52:36] [DEBUG] CMySQLQuery::Execute[LoadPlayer] - starting query execution[21:52:36] [ERROR] CMySQLQuery::Execute[LoadPlayer] - (error #1146) Table 'new_rl.users' doesn't exist[21:52:36] [DEBUG] CMySQLQuery::Execute[LoadPlayer] - error will be triggered in OnQueryError[21:52:36] [DEBUG] Calling callback "OnQueryError"..