Hello,
Bin stolz auf mich, dass ich lange keine Fragen mehr hatte. Hatte bis jetzt keine Probleme mit PAWN.
Nur leider bin ich gerade dabei meine jetzigen Scripts zu perfektionieren und nach Bugs zu suchen um alles perfekt zu machen.
Mein Server stürzt ab, wenn ich mein Fahrzeug zulassen möchte, hat der Gamemode vielleicht eine Krankheit und muss ins Krankenhaus?
Sobald ich mein Fahrzeug zum zulassen auswähle wird dies aufgerufen in einem Case natürlich.
Code
for(new d; d < sizeof(PCar[]); d++)
{
SetPVarInt(playerid,"_tmp_veh",d);
StartGenerateUniqueRandomNumber(playerid, handle, NUMBER_PLATE_POOL, 2);
}
Die 4. Zeile im vorherigen Quellcode ruft dies hier auf.
Code
stock ApplyNumberPlate2(playerid, number) //Zulassung
{
new d = GetPVarInt(playerid,"_tmp_veh");
DeletePVar(playerid, "_tmp_veh");
PCar[playerid][d][P_KZ] = number;
new string[50];
format(string, sizeof(string), "LS-%d",PCar[playerid][d][P_KZ]);
SetVehicleNumberPlate(PCar[playerid][d][P_VID],string);
new query[256];
mysql_format(handle, query, sizeof(query), "UPDATE INTO personalcars (P_KZ) VALUES ('%d')",PCar[playerid][d][P_KZ]);
mysql_pquery(handle,query);
}
Alles anzeigen
Leider kann ich euch Logs nicht anbieten, MySqL kommt nicht zu den Update von den Variablen.
Falls das weiterhilft, bitte
Code
Loaded Modules:
samp-server.exe A: 0x00400000 - 0x00519000 (C:\Users\XXX\Desktop\PAWN Scripting\XXX\samp-server.exe)
ntdll.dll A: 0x77610000 - 0x77790000 (C:\Windows\SysWOW64\ntdll.dll)
kernel32.dll A: 0x77120000 - 0x77230000 (C:\Windows\syswow64\kernel32.dll)
KERNELBASE.dll A: 0x75010000 - 0x75057000 (C:\Windows\syswow64\KERNELBASE.dll)
SHELL32.dll A: 0x75E10000 - 0x76A5C000 (C:\Windows\syswow64\SHELL32.dll)
msvcrt.dll A: 0x75390000 - 0x7543C000 (C:\Windows\syswow64\msvcrt.dll)
SHLWAPI.dll A: 0x76F60000 - 0x76FB7000 (C:\Windows\syswow64\SHLWAPI.dll)
GDI32.dll A: 0x75660000 - 0x756F0000 (C:\Windows\syswow64\GDI32.dll)
USER32.dll A: 0x75060000 - 0x75160000 (C:\Windows\syswow64\USER32.dll)
ADVAPI32.dll A: 0x75BE0000 - 0x75C81000 (C:\Windows\syswow64\ADVAPI32.dll)
sechost.dll A: 0x75440000 - 0x75459000 (C:\Windows\SysWOW64\sechost.dll)
RPCRT4.dll A: 0x75570000 - 0x75660000 (C:\Windows\syswow64\RPCRT4.dll)
SspiCli.dll A: 0x74F80000 - 0x74FE0000 (C:\Windows\syswow64\SspiCli.dll)
CRYPTBASE.dll A: 0x74F70000 - 0x74F7C000 (C:\Windows\syswow64\CRYPTBASE.dll)
LPK.dll A: 0x76DA0000 - 0x76DAA000 (C:\Windows\syswow64\LPK.dll)
USP10.dll A: 0x756F0000 - 0x7578D000 (C:\Windows\syswow64\USP10.dll)
WSOCK32.dll A: 0x730F0000 - 0x730F7000 (C:\Windows\system32\WSOCK32.dll)
WS2_32.dll A: 0x759E0000 - 0x75A15000 (C:\Windows\syswow64\WS2_32.dll)
NSI.dll A: 0x75BD0000 - 0x75BD6000 (C:\Windows\syswow64\NSI.dll)
WINMM.dll A: 0x74BF0000 - 0x74C22000 (C:\Windows\system32\WINMM.dll)
IMM32.DLL A: 0x76D40000 - 0x76DA0000 (C:\Windows\system32\IMM32.DLL)
MSCTF.dll A: 0x75D40000 - 0x75E0D000 (C:\Windows\syswow64\MSCTF.dll)
sscanf.DLL A: 0x10000000 - 0x1000F000 (C:\Users\XXX\Desktop\PAWN Scripting\XXX\plugins\sscanf.DLL)
VCRUNTIME140.dll A: 0x74A10000 - 0x74A25000 (C:\Windows\system32\VCRUNTIME140.dll)
api-ms-win-crt-runtime-l1-1-0.dll A: 0x74A00000 - 0x74A04000 (C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll)
ucrtbase.DLL A: 0x6D310000 - 0x6D3F0000 (C:\Windows\system32\ucrtbase.DLL)
api-ms-win-core-timezone-l1-1-0.dll A: 0x749F0000 - 0x749F3000 (C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll)
api-ms-win-core-file-l2-1-0.dll A: 0x6D4F0000 - 0x6D4F3000 (C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll)
api-ms-win-core-localization-l1-2-0.dll A: 0x6D4E0000 - 0x6D4E3000 (C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll)
api-ms-win-core-synch-l1-2-0.dll A: 0x73470000 - 0x73473000 (C:\Windows\system32\api-ms-win-core-synch-l1-2-0.dll)
api-ms-win-core-processthreads-l1-1-1.dll A: 0x6D4D0000 - 0x6D4D3000 (C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll)
api-ms-win-core-file-l1-2-0.dll A: 0x6D4C0000 - 0x6D4C3000 (C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll)
api-ms-win-crt-string-l1-1-0.dll A: 0x6D4B0000 - 0x6D4B4000 (C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll)
api-ms-win-crt-heap-l1-1-0.dll A: 0x6D4A0000 - 0x6D4A3000 (C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll)
api-ms-win-crt-stdio-l1-1-0.dll A: 0x6D490000 - 0x6D494000 (C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll)
api-ms-win-crt-convert-l1-1-0.dll A: 0x6D480000 - 0x6D484000 (C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll)
MSVCP100.dll A: 0x6D240000 - 0x6D2A9000 (C:\Windows\system32\MSVCP100.dll)
MSVCR100.dll A: 0x6D180000 - 0x6D23F000 (C:\Windows\system32\MSVCR100.dll)
streamer.DLL A: 0x6D110000 - 0x6D177000 (C:\Users\XXX\Desktop\PAWN Scripting\XXX\plugins\streamer.DLL)
MSVCP140.dll A: 0x6D090000 - 0x6D101000 (C:\Windows\system32\MSVCP140.dll)
api-ms-win-crt-locale-l1-1-0.dll A: 0x6D470000 - 0x6D473000 (C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll)
api-ms-win-crt-math-l1-1-0.dll A: 0x6D080000 - 0x6D085000 (C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll)
api-ms-win-crt-multibyte-l1-1-0.dll A: 0x6D070000 - 0x6D075000 (C:\Windows\system32\api-ms-win-crt-multibyte-l1-1-0.dll)
api-ms-win-crt-time-l1-1-0.dll A: 0x6D060000 - 0x6D063000 (C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll)
api-ms-win-crt-filesystem-l1-1-0.dll A: 0x6D050000 - 0x6D053000 (C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll)
api-ms-win-crt-environment-l1-1-0.dll A: 0x6D040000 - 0x6D043000 (C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll)
api-ms-win-crt-utility-l1-1-0.dll A: 0x6D030000 - 0x6D033000 (C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll)
mysql.DLL A: 0x6CFE0000 - 0x6D02E000 (C:\Users\XXX\Desktop\PAWN Scripting\XXX\plugins\mysql.DLL)
log-core.dll A: 0x6CFC0000 - 0x6CFDA000 (C:\Users\XXX\Desktop\PAWN Scripting\XXX\log-core.dll)
libmariadb.dll A: 0x6CEF0000 - 0x6CFBD000 (C:\Users\XXX\Desktop\PAWN Scripting\XXX\libmariadb.dll)
Secur32.dll A: 0x73B70000 - 0x73B78000 (C:\Windows\system32\Secur32.dll)
CRYPT32.dll A: 0x76FC0000 - 0x770E2000 (C:\Windows\syswow64\CRYPT32.dll)
MSASN1.dll A: 0x75C90000 - 0x75C9C000 (C:\Windows\syswow64\MSASN1.dll)
NLAapi.dll A: 0x6EBF0000 - 0x6EC00000 (C:\Windows\system32\NLAapi.dll)
napinsp.dll A: 0x6EBE0000 - 0x6EBF0000 (C:\Windows\system32\napinsp.dll)
pnrpnsp.dll A: 0x6EBC0000 - 0x6EBD2000 (C:\Windows\system32\pnrpnsp.dll)
mswsock.dll A: 0x730B0000 - 0x730EC000 (C:\Windows\System32\mswsock.dll)
DNSAPI.dll A: 0x6EC10000 - 0x6EC54000 (C:\Windows\system32\DNSAPI.dll)
winrnr.dll A: 0x6EBB0000 - 0x6EBB8000 (C:\Windows\System32\winrnr.dll)
mdnsNSP.dll A: 0x6B240000 - 0x6B261000 (C:\Program Files (x86)\Bonjour\mdnsNSP.dll)
Iphlpapi.DLL A: 0x735B0000 - 0x735CC000 (C:\Windows\system32\Iphlpapi.DLL)
WINNSI.DLL A: 0x735A0000 - 0x735A7000 (C:\Windows\system32\WINNSI.DLL)
rasadhlp.dll A: 0x6B040000 - 0x6B046000 (C:\Windows\system32\rasadhlp.dll)
wshtcpip.dll A: 0x730A0000 - 0x730A5000 (C:\Windows\System32\wshtcpip.dll)
Alles anzeigen