Jemand ein Plan warum ?
Habe das noch nicht erlebt.
Könntest du uns eventuell deinen Code zur Verfügung stellen, dann kann ich mir das mal anschauen ![]()
Jemand ein Plan warum ?
Habe das noch nicht erlebt.
Könntest du uns eventuell deinen Code zur Verfügung stellen, dann kann ich mir das mal anschauen ![]()
Hier habe vorhin vom Handy geschrieben deswegen hab ich den Code Vergessen
Finde es sieht verschwommen aus
Persoskin[playerid] = CreatePlayerTextDraw(playerid, 147.999984, 137.303588, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Persoskin[playerid], -0.184333, -8.885335);
PlayerTextDrawTextSize(playerid, Persoskin[playerid], 100.000167, 172.977813);
PlayerTextDrawBackgroundColor(playerid, Persoskin[playerid], 0x00000000);
PlayerTextDrawFont(playerid, Persoskin[playerid], 5);
PlayerTextDrawSetPreviewModel(playerid, Persoskin[playerid], 5);
Finde es sieht verschwommen aus
Naja, die Sprites sind auch für so eine Größe nicht ausgelegt.
Setz mal die TextSize auf 120, 120, dann sollte es gehen. Die sind nur für die Vorstellung gedacht, damit man erahnen kann, worum es sich handelt.
Das sind jetzt keine Ultra 4k HD Bilder ![]()
Derzeit habe ein Problem was nicht weg geht.
Code:
for(new i=0;i<sizeof(BusCar);i++)
{
UpdateDynamic3DTextLabelText(Vehicle[BusCar[i]][vehText],Hellblau,"Leerfahrt");
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL,Vehicle[BusCar[i]][vehText],E_STREAMER_ATTACH_OFFSET_Z,1.9);
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL,Vehicle[BusCar[i]][vehText],E_STREAMER_ATTACH_OFFSET_Y,5.0);
SetVehicleNumberPlate(BusCar[i],"Bus");
}
Fehler:
Fehler: *** Streamer Plugin: Streamer_SetFloatData: Invalid ID specified.
Vielleicht kann mir einer helfen.
Vielleicht kann mir einer helfen.
Das sagt aus, dass dieses 3DTextLabel nicht existiert.
Da ich deinen Code kenne, bist du sicher, dass du die Busse per CreateVehicleEx erstellen lässt?
Weil ja sonst keine 3DTextLabels erstellt werden ![]()
Das sagt aus, dass dieses 3DTextLabel nicht existiert.
Da ich deinen Code kenne, bist du sicher, dass du die Busse per CreateVehicleEx erstellen lässt?
Weil ja sonst keine 3DTextLabels erstellt werden
![]()
Ja die Busse sind alles erstellt.
Die werden Ingame auch angezeigt aber der Text nicht.
//e
Hat sich Erledigt habe eine Zahl vergessen bei allen Bussen. xD
Ahnung, warum es den Clienten crashed? Sehe auf die schnelle, keinen Fehler.
CMD:members(playerid)
{
if(!PlayerInfo[playerid][pLoginState])return SendClientMessage(playerid, COLOR_GREY, "Fehler: Du bist nicht auf deinem Account eingeloggt.");
if(PlayerInfo[playerid][pFraktion] == 0)return SendClientMessage(playerid, COLOR_GREY, "Fehler: Du befindest dich in keiner Fraktion.");
strdel(DialogString, 0, sizeof(DialogString));
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pLoginState])
{
if(PlayerInfo[i][pFraktion] == PlayerInfo[playerid][pFraktion])
{
format(DialogString, sizeof(DialogString),""HTML_WHITE"%s"HTML_WHITE"%s\t"HTML_WHITE"Rang: "HTML_SERVER"%d\t"HTML_WHITE"("HTML_SERVER"%s"HTML_WHITE")", DialogString, PlayerInfo[i][pName], PlayerInfo[i][pFraktionsRang], GetRankName(PlayerInfo[i][pFraktion], PlayerInfo[i][pFraktionsRang]));
}
}
}
}
ShowPlayerDialog(playerid, DIALOG_MEMBERS, DIALOG_STYLE_LIST, ""HTML_SERVER""#SERVER_NAME": "HTML_WHITE"Aktive Mitglieder", DialogString, "Bestätigen", "");
return 1;
}
strdel(DialogString, 0, sizeof(DialogString));
Also nur kurz zur Anmerkung, globale Strings sind kaka in pawn.
Lass die Finger weg davon. Es dauert übrigens länger einen riesen string zu clearen, als einen kleineren temporär zu erstellen ![]()
Hier kann es oft mal zu Fehlern kommen.
Eventuell probierst du es einfach mal aus, evtl verursacht das deinen Crash.
Ansonsten wäre auch die Crash-Fehlermeldung hilfreich ![]()
Bräuchte mal schnell Hilfe, bitte.
Wenn ich "SetPlayerColor(playerid, 0xFFFFFFAA);" unter OnGameModeInit laden lassen, kommt folgende Fehlermeldung:
error 017: undefined symbol "playerid"
Weil du bei OnGameModeInit keine Spieler ansprechen kannst, dort wird der Server gestartet.
Das kannst du z.B. unter OnPlayerConnect ausführen lassen.
Warum kann man trotzdem ins Minus gehen ?
Beispiel habe 0 Euro - und möchte was für 20k kaufen. Was eigentlich nicht möglich ist. Aber es geht trozdem Code:
stock GetPlayerEuro(playerid,euro,cent){if(SpielerDaten[playerid][pEuro] >= euro&&SpielerDaten[playerid][pCent] >= cent)return 1;if(SpielerDaten[playerid][pCent] < cent && SpielerDaten[playerid][pEuro] > euro){new zahl1,zahl2;zahl1=SpielerDaten[playerid][pEuro];zahl2=SpielerDaten[playerid][pCent];zahl1-=1;zahl2+=100;if(zahl1 >= euro&&zahl2 >= cent)return 1;}return 0;}
Und hier meine Abrfrage:
if((GetPlayerEuro(playerid, - 20000, 0)) < 0)return SendClientMessage(playerid, GRAU, "Hmm.. ich habe wohl zu wenig Geld für ein Fahrzeug.");
//Edit lösung gefunden
Warum kann man trotzdem ins Minus gehen ?
Weil deine Funktion heftig falsch ist.
Ich empfehle dir einfach mit Floats zu arbeiten.
Das ist um einiges eleganter und einfacher, als mit 2 Variablen hier zu hantieren.
Ich werde dir jetzt nicht deine Funktion reparieren, aber hier mal ein Beispiel wie absurd das ist:
if(SpielerDaten[playerid][pEuro] >= euro&&SpielerDaten[playerid][pCent] >= cent)return 1;
Sagen wir du hast 20.000€ auf der Hand und 5 Cent.
Du rufst deine Funktion auf, indem du was kaufen willst für 100€ und 10 Cent.
Dann steht in der Abfrage:
20.000 >= 100 && 5 >= 10
Und das ist offensichtlich falsch, somit könnte er sich nichts kaufen ![]()
Obwohl er 20.000€ hat xD
Hier mal die Crash Meldung @Kaliber
Bei einem aktiven Team-Mitglied läuft der Dialog, ab 2 nicht mehr.
SA-MP 0.3.DL-R1
Exception At Address: 0x06007473
Base: 0x06290000
Registers:
EAX: 0x0000022B EBX: 0x00000000 ECX: 0x00000000 EDX: 0x0177E224
ESI: 0x142B20E0 EDI: 0x0177E3F0 EBP: 0x0177E3F8 ESP: 0x0177E2D0
EFLAGS: 0x00210202
Stack:
+0000: 0x0177E888 0x142B20E0 0x00000000 0x06A80AA0
+0010: 0x00000000 0x00000000 0x00000000 0x00000086
+0020: 0x4646467B 0x7D464646 0x4646467B 0x7D464646
+0030: 0x4646467B 0x7D464646 0x6A6F7250 0x6C746B65
+0040: 0x65746965 0x467B0972 0x46464646 0x6C417D46
+0050: 0x7B096176 0x30304641 0x4E7D3030 0x74686369
+0060: 0x206D6920 0x6E656944 0x467B7473 0x46464646
+0070: 0x72507D46 0x6B656A6F 0x69656C74 0x09726574
+0080: 0x4646467B 0x7D464646 0x61727954 0x7B09746E
+0090: 0x30304641 0x4E7D3030 0x74686369 0x206D6920
+00A0: 0x6E656944 0x00007473 0x00000000 0x00000000
+00B0: 0x00000000 0x00000000 0x00000000 0x00000000
+00C0: 0x00000000 0x00000000 0x00000000 0x00000000
+00D0: 0x00000000 0x00000000 0x00000000 0x00000000
+00E0: 0x00000000 0x00000000 0x00000000 0x00000000
+00F0: 0x00000000 0x00000000 0x00000000 0x00000000
+0100: 0x00000000 0x00000000 0x00000000 0x00000000
+0110: 0x00000000 0x00000000 0x00000000 0x00000000
+0120: 0x0177F89C 0x063893B4 0x00000005 0x062FFCF6
+0130: 0x14487F18 0x0177E418 0x0177F8A4 0x0177F889
+0140: 0x0177F8B0 0x00000001 0x00000000 0x00000000
+0150: 0x00000192 0x0000000E 0x0629FB88 0x00000034
+0160: 0x00000002 0x0177E570 0x0177E888 0x0177E780
+0170: 0x0177E678 0x00000001 0x143062D0 0x02000000
+0180: 0x00000004 0x00000086 0x00000680 0x00000680
+0190: 0x00000679 0x0177F8B0 0x00000000 0x00000000
+01A0: 0x00000000 0x00000000 0x00000000 0x00000000
+01B0: 0x00000000 0x00000000 0x00000000 0x00000000
+01C0: 0x00000000 0x00000000 0x00000000 0x00000000
+01D0: 0x00000000 0x00000000 0x00000000 0x00000000
+01E0: 0x00000000 0x00000000 0x00000000 0x00000000
+01F0: 0x00000000 0x00000000 0x00000000 0x00000000
+0200: 0x00000000 0x00000000 0x00000000 0x00000000
+0210: 0x00000000 0x00000000 0x00000000 0x00000000
+0220: 0x00000000 0x00000000 0x00000000 0x00000000
+0230: 0x00000000 0x00000000 0x00000000 0x00000000
+0240: 0x00000000 0x00000000 0x00000000 0x00000000
+0250: 0x00000000 0x00000000 0x00000000 0x00000000
+0260: 0x00000000 0x00000000 0x00000000 0x00000000
+0270: 0x00000000 0x00000000 0x00000000 0x00000000
SCM Op: 0x6BD, lDbg: 0 LastRendObj: 621
Game Version: US 1.0
State Information: Ped Context: 0
P1 (17,0)
Alles anzeigen
Bei einem aktiven Team-Mitglied läuft der Dialog, ab 2 nicht mehr.
Da ich das gerade geschrieben habe: Schneller & strukturierter skripten
Schau dir das mal an, eventuell hilft dir das ein wenig ![]()
Hast du es denn mal ohne globalen String ausprobiert und tritt das Problem nur bei dir auf oder den anderen auch?
ich will mit dem befehl /nimmdroge +30 Weste kriegen aber wie geht das?
Man kann ja nur direkten Wert setzen oder?
SetPlayerArmour(playerid,30);
wenn ich das so mache :
SetPlayerArmour(playerid,+30); kommen errors
Ich denke mal, du kannst die aktuelle Armour anzeige abfragen mit GetPlayerArmour und einfach die 30 addieren und dann mit SetPlayerArmour setzen.
mysql_pquery(handle, query, "OnSaveUserCheck", "d", playerid);
mysql_format(handle, query, sizeof(query), "UPDATE `user` SET `PlayMinutes` = '%d', `MinutesSinceAn` = '%d', `SFPASS` = '%d', `LVPASS` = '%d', `Offflucht` = '%d', `Uhr` = '%d', `Handy` = '%d', `Perso` = '%d', `FrakSperre` = '%d' WHERE `id` = '%d'",
PlayerInfo[playerid][pPlayMinutes], PlayerInfo[playerid][pMinutesSinceAn], PlayerInfo[playerid][pSFPASS], PlayerInfo[playerid][pLVPASS],OfflineFlucht[playerid], PlayerInfo[playerid][pUhrID],PlayerInfo[playerid][pHandyID], PlayerInfo[playerid][pOwnPerso], PlayerInfo[playerid][pFrakSperre], PlayerInfo[playerid][p_id]);
forward OnSaveUserCheck(playerid);public OnSaveUserCheck(playerid){SendClientMessage(playerid,-1,"Wurde abgerufen.");printf("Wurde abgerufen");return 1;}
Irgendwas ist da falsch, hab mit OnSaveUserCheck geprüft ob der Public überhaupt abgerufen wird,
wird er aber nicht. Keine Ahnung was ich noch tun kann.
Nutze die allerneuste mysql version
Keine Ahnung was ich noch tun kann.
...du musst das query unter das format packen...ansonsten ist der query-string doch leer ![]()
+ es gibt extra einen MySQL Log, wo genau drinnen steht, was gerade vor sich geht ![]()
[08/25/18 13:00:17] [DEBUG] mysql_format(1, 0x0643AB8C, 128, "SELECT id FROM user WHERE Username = '%e'")[08/25/18 13:00:17] [DEBUG] CHandle::EscapeString(this=0x261e058, src='skskgb')[08/25/18 13:00:17] [DEBUG] CConnection::EscapeString(src='skskgb', this=0x2619f78, connection=0x25f33f0)[08/25/18 13:00:17] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'skskgb'[08/25/18 13:00:17] [DEBUG] mysql_format: return value: '45'[08/25/18 13:00:17] [DEBUG] mysql_pquery(1, "SELECT id FROM user WHERE Username = 'skskgb'", "OnUserCheck", "d")[08/25/18 13:00:17] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnUserCheck', format='d', params=0x643ab74, param_offset=5)[08/25/18 13:00:17] [DEBUG] CCallback::Create - callback index for 'OnUserCheck': 179[08/25/18 13:00:17] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:17] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:17] [INFO] Callback 'OnUserCheck' set up for delayed execution.[08/25/18 13:00:17] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:17] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x2650518)[08/25/18 13:00:17] [DEBUG] CConnectionPool::Queue(query=0x2650518, this=0x261a438)[08/25/18 13:00:17] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:17] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:17] [DEBUG] CConnection::Execute(query=0x2650518, this=0x675c020, connection=0x26373d0)[08/25/18 13:00:17] [DEBUG] CQuery::Execute(this=0x2650518, connection=0x26373d0)[08/25/18 13:00:17] [INFO] query "SELECT id FROM user WHERE Username = 'skskgb'" successfully executed within 14.925 milliseconds[08/25/18 13:00:17] [DEBUG] CResultSet::Create(connection=0x26373d0, query_str='SELECT id FROM user WHERE Username = 'skskgb'')[08/25/18 13:00:17] [DEBUG] created new resultset '0x2650c98'[08/25/18 13:00:17] [DEBUG] fetched MySQL result '0x2654da8'[08/25/18 13:00:17] [DEBUG] allocated 0 bytes for PAWN result[08/25/18 13:00:17] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=179, num_params=1)[08/25/18 13:00:17] [INFO] Executing callback 'OnUserCheck' with 1 parameter...[08/25/18 13:00:17] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:17] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:17] [DEBUG] executing AMX callback with index '179'[08/25/18 13:00:17] [DEBUG] cache_get_row_count(0x0643AF8C)[08/25/18 13:00:17] [DEBUG] cache_get_row_count: return value: '1'[08/25/18 13:00:17] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:17] [INFO] Callback successfully executed.[08/25/18 13:00:18] [DEBUG] mysql_format(1, 0x0643A6C0, 256, "INSERT INTO `user` (`Username`, `Key`) VALUES ('%e', MD5('%e'))")[08/25/18 13:00:18] [DEBUG] CHandle::EscapeString(this=0x261e058, src='skskgb')[08/25/18 13:00:18] [DEBUG] CConnection::EscapeString(src='skskgb', this=0x2619f78, connection=0x25f33f0)[08/25/18 13:00:18] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'skskgb'[08/25/18 13:00:18] [DEBUG] CHandle::EscapeString(this=0x261e058, src='zensiert')[08/25/18 13:00:18] [DEBUG] CConnection::EscapeString(src='zensiert', this=0x2619f78, connection=0x25f33f0)[08/25/18 13:00:18] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'zensiert'[08/25/18 13:00:18] [DEBUG] mysql_format: return value: '71'[08/25/18 13:00:18] [DEBUG] mysql_pquery(1, "INSERT INTO `user` (`Username`, `Key`) VALUES ('skskgb', MD5('zensiert'))", "OnUserRegister", "d")[08/25/18 13:00:18] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnUserRegister', format='d', params=0x643a6a8, param_offset=5)[08/25/18 13:00:18] [DEBUG] CCallback::Create - callback index for 'OnUserRegister': 181[08/25/18 13:00:18] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:18] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:18] [INFO] Callback 'OnUserRegister' set up for delayed execution.[08/25/18 13:00:18] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:18] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x2650518)[08/25/18 13:00:18] [DEBUG] CConnectionPool::Queue(query=0x2650518, this=0x261a438)[08/25/18 13:00:18] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:18] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:18] [DEBUG] CConnection::Execute(query=0x2650518, this=0x6921020, connection=0x26411d8)[08/25/18 13:00:18] [DEBUG] CQuery::Execute(this=0x2650518, connection=0x26411d8)[08/25/18 13:00:19] [INFO] query "INSERT INTO `user` (`Username`, `Key`) VALUES ('skskgb', MD5('ficken'))" successfully executed within 448.236 milliseconds[08/25/18 13:00:19] [DEBUG] CResultSet::Create(connection=0x26411d8, query_str='INSERT INTO `user` (`Username`, `Key`) VALUES ('skskgb', MD5('ficken'))')[08/25/18 13:00:19] [DEBUG] created new resultset '0x2650678'[08/25/18 13:00:19] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:19] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=181, num_params=1)[08/25/18 13:00:19] [INFO] Executing callback 'OnUserRegister' with 1 parameter...[08/25/18 13:00:19] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:19] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:19] [DEBUG] executing AMX callback with index '181'[08/25/18 13:00:19] [DEBUG] cache_insert_id()[08/25/18 13:00:19] [DEBUG] cache_insert_id: return value: '12'[08/25/18 13:00:19] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:19] [INFO] Callback successfully executed.[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `Level` = '%d', `Money` = '%d', `AdminLevel` = '%d', `DonateRank` = '%d', `UpgradePoint` = '%d', `Registered` = '%d', `Sex` = '%d', `Age` = '%d', `OriginHerkunft` = '%d', `Muted` = '%d', `Bank` = '%d', `Deaths` = '%d' WHERE `Username` = '%e'")[08/25/18 13:00:51] [DEBUG] CHandle::EscapeString(this=0x261e058, src='sskgb')[08/25/18 13:00:51] [DEBUG] CConnection::EscapeString(src='sskgb', this=0x2619f78, connection=0x25f33f0)[08/25/18 13:00:51] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'sskgb'[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '255'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `Level` = '1', `Money` = '115', `AdminLevel` = '0', `DonateRank` = '0', `UpgradePoint` = '0', `Registered` = '1', `Sex` = '1', `Age` = '27', `OriginHerkunft` = '1', `Muted` = '0', `Bank` = '0', `Deaths` = '2' WHERE `Username` = 'sskgb'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x26163e0)[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x26163e0, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `Arrested` = '%d', `Kills` = '%d', `WantedDeaths` = '%d',`Phonebook` = '%d', `LottoNr` = '%d', `Fishes` = '%d', `Job` = '%d', `pPayCheck` = '%d', `Jailed` = '%d',`JailTime` = '%d', `Materials` = '%d', `Drugs` = '%d' WHERE `Username` = '%e'")[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x26163e0, this=0x675c020, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] CHandle::EscapeString(this=0x261e058, src='sskgb')[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x26163e0, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] CConnection::EscapeString(src='sskgb', this=0x2619f78, connection=0x25f33f0)[08/25/18 13:00:51] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'sskgb'[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '250'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x2654cf0)[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x2654cf0, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x2654cf0, this=0x6921020, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x2654cf0, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `Leader` = '%d', `Member` = '%d', `Rank` = '%d', `pChar` = '%d', `ContractTime` = '%d', `DetSkill` = '%d', `SexSkill` = '%d', `BoxSkill` = '%d', `LawSkill` = '%d', `MechSkill` = '%d', `JackSkill` = '%d', `CarSkill` = '%d', `NewsSkill` = '%d' WHERE `Username` = '%e'")[08/25/18 13:00:51] [ERROR] mysql_format: destination size '256' is too small[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '0'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x2654d88)[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x2654d88, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `NewsSkill` = '%d', `DrugsSkill` = '%d', `CookSkill` = '%d', `pHealth` = '%f', `IntInt` = '%d', `Local` = '%d', `PhoneNr` = '%d', `House` = '%d', `Bizz` = '%d', `HandyGeld` = '%d', `Pos_x` = '%f', `Pos_y` = '%f', `Pos_z` = '%f', `CarLic` = '%d' WHERE `Username` = '%e'")[08/25/18 13:00:51] [ERROR] mysql_format: destination size '256' is too small[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '0'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x2654830)[08/25/18 13:00:51] [ERROR] error #1054 while executing query "UPDATE `user` SET `Level` = '1', `Money` = '115', `AdminLevel` = '0', `DonateRank` = '0', `UpgradePoint` = '0', `Registered` = '1', `Sex` = '1', `Age` = '27', `OriginHerkunft` = '1', `Muted` = '0', `Bank` = '0', `Deaths` = '2' WHERE `Username` = 'sskgb'": Unknown column 'UpgradePoint' in 'field list'[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x2654830, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CConnection::GetError(this=0x675c020, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x2654d88, this=0x675c020, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x2654d88, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `NewLic` = '%d', `FlyLic` = '%d', `BoatLic` = '%d', `FishLic` = '%d', `GunLic` = '%d', `LKWLic` = '%d', `Zig` = '%d', `Zigsucht` = '%d', `Gun1` = '%d', `Gun2` = '%d', `Gun3` = '%d', `Gun4` = '%d', `Gun5` = '%d', `Gun6` = '%d' WHERE `Username` = '%e'")[08/25/18 13:00:51] [DEBUG] CHandle::EscapeString(this=0x261e058, src='sskgb')[08/25/18 13:00:51] [DEBUG] CConnection::EscapeString(src='sskgb', this=0x2619f78, connection=0x25f33f0)[08/25/18 13:00:51] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'sskgb'[08/25/18 13:00:51] [ERROR] mysql_format: destination size '256' is too small[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '0'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x2654960)[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x2654960, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `Gun7` = '%d', `Gun8` = '%d', `Gun9` = '%d', `Gun10` = '%d', `Gun11` = '%d', `Gun12` = '%d', `Ammo1` = '%d', `Ammo2` = '%d', `Ammo3` = '%d', `Ammo4` = '%d', `Ammo5` = '%d', `Ammo6` = '%d', `Ammo7` = '%d', `Ammo8` = '%d', `Ammo9` = '%d', `Ammo10` = '%d', `Ammo11` = '%d', `Ammo12` = '%d' WHERE `Ùsername` = '%e'")[08/25/18 13:00:51] [ERROR] mysql_format: destination size '256' is too small[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '0'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [INFO] query "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'" successfully executed within 14.875 milliseconds[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [DEBUG] CResultSet::Create(connection=0x26411d8, query_str='UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'')[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] created new resultset '0x265a128'[08/25/18 13:00:51] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x2654240)[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x2654240, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x2654830, this=0x6921020, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x2654830, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `CarTime` = '%d', `PayDay` = '%d', `PayDaysHad` = '%d', `CDPlayer` = '%d', `Wins` = '%d', `Loses` = '%d', `AlcoholPerk` = '%d', `DrugPerk` = '%d', `MiserPerk` = '%d', `PainPerk` = '%d', `TraderPerk` = '%d', `Tutorial` = '%d', `Warnings` = '%d', `pAdjustable` = '%d',`FuelKanister` = '%d', `WantedLevel` = '%d', `SpawnChange` = '%d' WHERE `id` = '%d'")[08/25/18 13:00:51] [ERROR] mysql_format: destination size '256' is too small[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '0'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x26542d8)[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x26542d8, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] mysql_format(1, 0x0643A8B0, 256, "UPDATE `user` SET `PlayMinutes` = '%d', `MinutesSinceAn` = '%d', `SFPASS` = '%d', `LVPASS` = '%d', `Offflucht` = '%d', `Uhr` = '%d', `Handy` = '%d', `Perso` = '%d', `FrakSperre` = '%d' WHERE `id` = '%d'")[08/25/18 13:00:51] [DEBUG] mysql_format: return value: '194'[08/25/18 13:00:51] [DEBUG] mysql_pquery(1, "UPDATE `user` SET `PlayMinutes` = '0', `MinutesSinceAn` = '0', `SFPASS` = '0', `LVPASS` = '0', `Offflucht` = '0', `Uhr` = '0', `Handy` = '0', `Perso` = '0', `FrakSperre` = '0' WHERE `id` = '12'", "OnSaveUserCheck", "d")[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnSaveUserCheck', format='d', params=0x643a898, param_offset=5)[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnSaveUserCheck': 178[08/25/18 13:00:51] [DEBUG] processing specifier 'd' with parameter index 0[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '0'[08/25/18 13:00:51] [INFO] Callback 'OnSaveUserCheck' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 1 parameter[08/25/18 13:00:51] [DEBUG] CHandle::Execute(this=0x261e058, type=2, query=0x26544a0)[08/25/18 13:00:51] [DEBUG] CConnectionPool::Queue(query=0x26544a0, this=0x261a438)[08/25/18 13:00:51] [DEBUG] CHandle::Execute - return value: true[08/25/18 13:00:51] [DEBUG] mysql_pquery: return value: '1'[08/25/18 13:00:51] [DEBUG] CCallback::Create(amx=0x4a877d0, name='OnQueryError', format='dsssd)[08/25/18 13:00:51] [INFO] query "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'" successfully executed within 14.841 milliseconds[08/25/18 13:00:51] [INFO] query "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'" successfully executed within 14.948 milliseconds[08/25/18 13:00:51] [DEBUG] CCallback::Create - callback index for 'OnQueryError': -10046[08/25/18 13:00:51] [DEBUG] CResultSet::Create(connection=0x26411d8, query_str='UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'')[08/25/18 13:00:51] [DEBUG] processing specifier 'd'[08/25/18 13:00:51] [DEBUG] created new resultset '0x265a208'[08/25/18 13:00:51] [DEBUG] CResultSet::Create(connection=0x26373d0, query_str='UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'')[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '1054'[08/25/18 13:00:51] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:51] [DEBUG] created new resultset '0x2650c28'[08/25/18 13:00:51] [DEBUG] processing specifier 's'[08/25/18 13:00:51] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:51] [DEBUG] retrieved and pushed value 'Unknown column 'UpgradePoint' in 'field list''[08/25/18 13:00:51] [DEBUG] processing specifier 's'[08/25/18 13:00:51] [DEBUG] retrieved and pushed value 'OnSaveUserCheck'[08/25/18 13:00:51] [DEBUG] processing specifier 's'[08/25/18 13:00:51] [DEBUG] retrieved and pushed value 'UPDATE `user` SET `Level` = '1', `Money` = '115', `AdminLevel` = '0', `DonateRank` = '0', `UpgradePoint` = '0', `Registered` = '1', `Sex` = '1', `Age` = '27', `OriginHerkunft` = '1', `Muted` = '0', `Bank` = '0', `Deaths` = '2' WHERE `Username` = 'sskgb''[08/25/18 13:00:51] [DEBUG] processing specifier 'd'[08/25/18 13:00:51] [DEBUG] retrieved and pushed value '1'[08/25/18 13:00:51] [INFO] Callback 'OnQueryError' set up for delayed execution.[08/25/18 13:00:51] [DEBUG] created delayed callback with 5 parameters[08/25/18 13:00:51] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=-10046, num_params=5)[08/25/18 13:00:51] [INFO] Executing callback '"ª4' with 5 parameters...[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] pushed value '1' onto AMX stack[08/25/18 13:00:51] [DEBUG] processing internal specifier 's'[08/25/18 13:00:51] [DEBUG] pushed value 'UPDATE `user` SET `Level` = '1', `Money` = '115', `AdminLevel` = '0', `DonateRank` = '0', `UpgradePoint` = '0', `Registered` = '1', `Sex` = '1', `Age` = '27', `OriginHerkunft` = '1', `Muted` = '0', `Bank` = '0', `Deaths` = '2' WHERE `Username` = 'sskgb'' onto AMX stack[08/25/18 13:00:51] [DEBUG] processing internal specifier 's'[08/25/18 13:00:51] [DEBUG] pushed value 'OnSaveUserCheck' onto AMX stack[08/25/18 13:00:51] [DEBUG] processing internal specifier 's'[08/25/18 13:00:51] [DEBUG] pushed value 'Unknown column 'UpgradePoint' in 'field list'' onto AMX stack[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] pushed value '1054' onto AMX stack[08/25/18 13:00:51] [DEBUG] executing AMX callback with index '-10046'[08/25/18 13:00:51] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:51] [INFO] Callback successfully executed.[08/25/18 13:00:51] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=178, num_params=1)[08/25/18 13:00:51] [INFO] Executing callback 'OnSaveUserCheck' with 1 parameter...[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:51] [DEBUG] executing AMX callback with index '178'[08/25/18 13:00:51] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:51] [INFO] Callback successfully executed.[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x2654240, this=0x6921020, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x2654960, this=0x675c020, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x2654240, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x2654960, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=178, num_params=1)[08/25/18 13:00:51] [INFO] query "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'" successfully executed within 15.38 milliseconds[08/25/18 13:00:51] [INFO] query "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'" successfully executed within 15.55 milliseconds[08/25/18 13:00:51] [INFO] Executing callback 'OnSaveUserCheck' with 1 parameter...[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] CResultSet::Create(connection=0x26373d0, query_str='UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'')[08/25/18 13:00:51] [DEBUG] CResultSet::Create(connection=0x26411d8, query_str='UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'')[08/25/18 13:00:51] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:51] [DEBUG] created new resultset '0x26509f8'[08/25/18 13:00:51] [DEBUG] executing AMX callback with index '178'[08/25/18 13:00:51] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:51] [DEBUG] created new resultset '0x265a0f0'[08/25/18 13:00:51] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:51] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:51] [INFO] Callback successfully executed.[08/25/18 13:00:51] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=178, num_params=1)[08/25/18 13:00:51] [INFO] Executing callback 'OnSaveUserCheck' with 1 parameter...[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:51] [DEBUG] executing AMX callback with index '178'[08/25/18 13:00:51] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:51] [INFO] Callback successfully executed.[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x26542d8, this=0x675c020, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x26542d8, connection=0x26373d0)[08/25/18 13:00:51] [DEBUG] CConnection::Execute(query=0x26544a0, this=0x6921020, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] CQuery::Execute(this=0x26544a0, connection=0x26411d8)[08/25/18 13:00:51] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=178, num_params=1)[08/25/18 13:00:51] [INFO] query "UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'" successfully executed within 14.737 milliseconds[08/25/18 13:00:51] [INFO] Executing callback 'OnSaveUserCheck' with 1 parameter...[08/25/18 13:00:51] [DEBUG] CResultSet::Create(connection=0x26373d0, query_str='UPDATE `user` SET `Arrested` = '0', `Kills` = '0', `WantedDeaths` = '0',`Phonebook` = '0', `LottoNr` = '0', `Fishes` = '0', `Job` = '0', `pPayCheck` = '0', `Jailed` = '0',`JailTime` = '0', `Materials` = '0', `Drugs` = '0' WHERE `Username` = 'sskgb'')[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] created new resultset '0x26508a8'[08/25/18 13:00:51] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:51] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:51] [DEBUG] executing AMX callback with index '178'[08/25/18 13:00:51] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:51] [INFO] Callback successfully executed.[08/25/18 13:00:51] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=178, num_params=1)[08/25/18 13:00:51] [INFO] Executing callback 'OnSaveUserCheck' with 1 parameter...[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:51] [DEBUG] executing AMX callback with index '178'[08/25/18 13:00:51] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:51] [INFO] Callback successfully executed.[08/25/18 13:00:51] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=178, num_params=1)[08/25/18 13:00:51] [INFO] Executing callback 'OnSaveUserCheck' with 1 parameter...[08/25/18 13:00:51] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:51] [DEBUG] pushed value '0' onto AMX stack[08/25/18 13:00:51] [DEBUG] executing AMX callback with index '178'[08/25/18 13:00:51] [DEBUG] AMX callback executed with error '0'[08/25/18 13:00:51] [INFO] Callback successfully executed.[08/25/18 13:00:52] [INFO] query "UPDATE `user` SET `PlayMinutes` = '0', `MinutesSinceAn` = '0', `SFPASS` = '0', `LVPASS` = '0', `Offflucht` = '0', `Uhr` = '0', `Handy` = '0', `Perso` = '0', `FrakSperre` = '0' WHERE `id` = '12'" successfully executed within 299.301 milliseconds[08/25/18 13:00:52] [DEBUG] CResultSet::Create(connection=0x26411d8, query_str='UPDATE `user` SET `PlayMinutes` = '0', `MinutesSinceAn` = '0', `SFPASS` = '0', `LVPASS` = '0', `Offflucht` = '0', `Uhr` = '0', `Handy` = '0', `Perso` = '0', `FrakSperre` = '0' WHERE `id` = '12'')[08/25/18 13:00:52] [DEBUG] created new resultset '0x265a080'[08/25/18 13:00:52] [DEBUG] fetched MySQL result '0x0'[08/25/18 13:00:52] [DEBUG] CCallback::Execute(amx=0x4a877d0, index=178, num_params=1)[08/25/18 13:00:52] [INFO] Executing callback 'OnSaveUserCheck' with 1 parameter...[08/25/18 13:00:52] [DEBUG] processing internal specifier 'c'[08/25/18 13:00:52] [DEBUG] pushed value '0' onto AMX stack
[08/25/18 13:00:51] [ERROR] mysql_format: destination size '256' is too small
So das ist der mysql log
Hab den string query mal auf 1000 gesetzt (kp ob das so möglich ist, danach war es aber nicht mehr zu klein)
der server ist dann abgestürzt nachdem ich ihn velrassen habe,
jetzt mit 256 ist aber anscheinend auch zu klein.
Was kann ich tun?