server kackt ab beim starten

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hey
    Ich hab ein problem...
    Wenn ich sa-mp server starte schließt es sofort wieder... :(


    Hier was bei log steht



    SA-MP Dedicated Server
    ----------------------
    v0.3e-R2, (C)2005-2012 SA-MP Team


    [14:00:38]
    [14:00:38] Server Plugins
    [14:00:38] --------------
    [14:00:38] Loaded 0 plugins.


    [14:00:39]
    [14:00:39] Filterscripts
    [14:00:39] ---------------
    [14:00:39] Loading filterscript 'DC.amx'...
    [14:00:39] Loaded 1 filterscripts.


    Kann wer helfen will mein server weiter machen ;(


    Danke im vorraus...

  • Loaded Modules:


    samp-server.exe A: 0x00400000 - 0x004F5000 (D:\Sherif\Server\samp-server.exe)


    ntdll.dll A: 0x77590000 - 0x776CC000 (C:\Windows\SYSTEM32\ntdll.dll)


    kernel32.dll A: 0x76E00000 - 0x76ED4000 (C:\Windows\system32\kernel32.dll)


    KERNELBASE.dll A: 0x75990000 - 0x759DA000 (C:\Windows\system32\KERNELBASE.dll)


    SHELL32.dll A: 0x759E0000 - 0x76629000 (C:\Windows\system32\SHELL32.dll)


    msvcrt.dll A: 0x770E0000 - 0x7718C000 (C:\Windows\system32\msvcrt.dll)


    SHLWAPI.dll A: 0x77190000 - 0x771E7000 (C:\Windows\system32\SHLWAPI.dll)


    GDI32.dll A: 0x76BD0000 - 0x76C1E000 (C:\Windows\system32\GDI32.dll)


    USER32.dll A: 0x76A70000 - 0x76B39000 (C:\Windows\system32\USER32.dll)


    LPK.dll A: 0x777B0000 - 0x777BA000 (C:\Windows\system32\LPK.dll)


    USP10.dll A: 0x77710000 - 0x777AD000 (C:\Windows\system32\USP10.dll)


    WSOCK32.dll A: 0x71220000 - 0x71227000 (C:\Windows\system32\WSOCK32.dll)


    WS2_32.dll A: 0x767D0000 - 0x76805000 (C:\Windows\system32\WS2_32.dll)


    RPCRT4.dll A: 0x766A0000 - 0x76741000 (C:\Windows\system32\RPCRT4.dll)


    NSI.dll A: 0x76DF0000 - 0x76DF6000 (C:\Windows\system32\NSI.dll)


    WINMM.dll A: 0x70CB0000 - 0x70CE2000 (C:\Windows\system32\WINMM.dll)


    IMM32.DLL A: 0x76DD0000 - 0x76DEF000 (C:\Windows\system32\IMM32.DLL)


    MSCTF.dll A: 0x768A0000 - 0x7696C000 (C:\Windows\system32\MSCTF.dll)


    mswsock.dll A: 0x75150000 - 0x7518C000 (C:\Windows\system32\mswsock.dll)


    wshtcpip.dll A: 0x74C30000 - 0x74C35000 (C:\Windows\System32\wshtcpip.dll)


    NLAapi.dll A: 0x73C60000 - 0x73C70000 (C:\Windows\system32\NLAapi.dll)


    DNSAPI.dll A: 0x75010000 - 0x75054000 (C:\Windows\system32\DNSAPI.dll)


    winrnr.dll A: 0x6F580000 - 0x6F588000 (C:\Windows\System32\winrnr.dll)


    napinsp.dll A: 0x6D830000 - 0x6D840000 (C:\Windows\system32\napinsp.dll)


    sechost.dll A: 0x76630000 - 0x76649000 (C:\Windows\SYSTEM32\sechost.dll)


    pnrpnsp.dll A: 0x6D670000 - 0x6D682000 (C:\Windows\system32\pnrpnsp.dll)


    WLIDNSP.DLL A: 0x70CF0000 - 0x70D17000 (C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL)


    ADVAPI32.dll A: 0x771F0000 - 0x77290000 (C:\Windows\system32\ADVAPI32.dll)


    PSAPI.DLL A: 0x776D0000 - 0x776D5000 (C:\Windows\system32\PSAPI.DLL)


    IPHLPAPI.DLL A: 0x73690000 - 0x736AC000 (C:\Windows\system32\IPHLPAPI.DLL)


    WINNSI.DLL A: 0x73670000 - 0x73677000 (C:\Windows\system32\WINNSI.DLL)


    rasadhlp.dll A: 0x71020000 - 0x71026000 (C:\Windows\system32\rasadhlp.dll)

  • Hab folgendes aus script gelöscht



    for(new i = 0; i < sizeof Autohaus; i++)
    {
    new datei[50];
    format(datei,sizeof(datei),"/Autohaeuser/%s.ini",Autohaus[i][Name]);
    if(!dini_Exists(datei))
    {
    dini_Create(datei);
    dini_Set(datei,"Besitzer","Staat");
    dini_IntSet(datei,"Kasse",Autohaus[i][Kasse]);
    }
    Autohaus[i][Kasse] = dini_Int(datei,"Kasse");
    format(Autohaus[i][Besitzer],MAX_PLAYER_NAME,dini_Get(datei,"Besitzer"));
    }


    for(new i = 0; i < sizeof Autohaus; i++)
    {
    CreatePickup(1339,1,Autohaus[i][posx],Autohaus[i][posy],Autohaus[i][posz],-1);
    }


    for(new j = 0; j < sizeof Buycars; j++)
    {
    kaufauto[j] =
    CreateVehicle(Buycars[j][modelid],Buycars[j][posx],Buycars[j][posy],Buycars[j][posz],Buycars[j][posa],-1,-1,-1);
    }


    Nun geht es wieder


    woran liegt es aber


    Brauch das für autohaus system

    Einmal editiert, zuletzt von iQuaX ()