Beiträge von Kasakow

    Schreib das ganze mal so:


    stock SavePlayer(playerid)
    {
    if(IsPlayerConnected(playerid) && !IsPlayerNPC(playerid))
    {
    if(GetPVarInt(playerid, "Eingeloggt") == 1)
    {
    new query[200];
    format(query, sizeof(query), "UPDATE `accounts` SET `Adresse`= '%s', `Email` = '%s', `Adminlevel`= %d WHERE `Spielernamen` = '%s'",
    sInfo[playerid][sAdresse],
    sInfo[playerid][sEmail],
    sInfo[playerid][sAdminlevel],
    sName(playerid));
    mysql_query(query);
    }
    }
    return 1;
    }

    CDETECT:


    COMPILER:

    Code
    Header size:           6992 bytes
    Code size:           254356 bytes
    Data size:          1211364 bytes
    Stack/heap size:    4000000 bytes; estimated max. usage=125229 cells (500916 bytes)
    Total requirements: 5472712 bytes

    Crashdetect gibt mir dies aus:
    [17:18:24] [debug] Server crashed while executing RP.amx
    [17:18:24] [debug] AMX backtrace:
    [17:18:24] [debug] #0 native format () [080d9360] from samp03svr
    [17:18:24] [debug] #1 00018058 in public OnDialogResponse (0x00000000, 0x00000022, 0x00000001, 0xffffffff, 0x00127be4) from RP.amx
    [17:18:24] [debug] Native backtrace:
    [17:18:24] [debug] #0 b6846a4b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
    [17:18:24] [debug] #1 b6841c92 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
    [17:18:24] [debug] #2 b684287c in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
    [17:18:24] [debug] #3 b6842d26 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
    [17:18:24] [debug] #4 b684669c in ?? () from plugins/crashdetect.so
    [17:18:24] [debug] #5 b779b600 in ?? ()
    [17:18:24] [debug] #6 08095277 in ?? () from ./samp03svr
    [17:18:24] [debug] #7 080d93c2 in ?? () from ./samp03svr
    [17:18:24] [debug] #8 08093d84 in ?? () from ./samp03svr
    [17:18:24] [debug] #9 b683f56c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [17:18:24] [debug] #10 b68456d8 in ?? () from plugins/crashdetect.so
    [17:18:24] [debug] #11 b6848dce in amx_Exec () from plugins/crashdetect.so


    Habs editiert, nun mit include!

    Guten Tag,


    Mein Name lautet CIBERKILLER.
    Und zwar bräuchte ich mal wieder eure Hilfe.
    Der Server wird heruntergefahren bei einem bestimmten Skript - Code
    #mce_temp_url#
    Ich hätte da echt kein Plan wieso das nicht Funktioniert .. (Vorhin ging es. nur da wurde der Dialog danach nicht wieder angezeigt!)



    Mit freundlichen Grüßen,


    CIBERKILLER

    Oder du machst es dir einfacher, wie ich es dir gesagt hatte


    new Object[objektanzahl];


    Object[0]=CreateObject..
    Object[1]=CreateObject..


    for(new i;i<sizeof(Object);i++){SetOjectMaterial(Object[i], ....);}


    So habe ich das auch immer gemacht :thumbup: