Server startet nicht

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
  • Wie oben genannt startet der Server nicht, woran kann das liegen? Hier der Serverlog:



    Serverlog:
    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3x, (C)2005-2013 SA-MP Team


    [21:25:16] filterscripts = "" (string)
    [21:25:16]
    [21:25:16] Server Plugins
    [21:25:16] --------------
    [21:25:16] Loading plugin: streamer
    [21:25:16]


    *** Streamer Plugin v2.6.1 by Incognito loaded ***


    [21:25:16] Loaded.
    [21:25:16] Loaded 1 plugins.


    [21:25:16]
    [21:25:16] Filterscripts
    [21:25:16] ---------------
    [21:25:16] Loaded 0 filterscripts.


    [21:25:16] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the latest include file)
    [21:25:16] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_AddPlayer" found (script might need to be recompiled with the latest include file)
    [21:25:16] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RemovePlayer" found (script might need to be recompiled with the latest include file)
    [21:25:16] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyPickup" found (script might need to be recompiled with the latest include file)
    [21:25:16] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script might need to be recompiled with the latest include file)
    [21:25:16] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
    [21:25:16] Script[gamemodes/serious.amx]: Run time error 19: "File or function is not found"
    [21:25:16] Number of vehicle models: 0



    DAS WAR ZU ERST, NACH DEM ICH DEN STREAMER (DEN SELBEN) NEU INSTALIERT HABE, KAM DAS UNTER DEM WORT: "HIER:"




    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3x, (C)2005-2013 SA-MP Team


    [21:31:05] filterscripts = "" (string)
    [21:31:05]
    [21:31:05] Server Plugins
    [21:31:05] --------------
    [21:31:05] Loading plugin: streamer
    [21:31:05]


    *** Streamer Plugin v2.6.1 by Incognito loaded ***


    [21:31:05] Loaded.
    [21:31:05] Loaded 1 plugins.


    [21:31:05] I couldn't load any gamemode scripts. Please verify your server.cfg
    [21:31:05] It needs a gamemode0 line at the very least.




    In der server.cfg steht aber dies:


    echo Executing Server Config...
    lanmode 0
    rcon_password ///
    maxplayers 25
    port 7777
    hostname [0.3x] /// [GER]
    gamemode0 serious1
    filterscripts
    announce 0
    query 1
    chatlogging 0
    weburl ///
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    maxnpc 0
    logtimeformat [%H:%M:%S]
    plugins streamer


    DIE "///" STEHEN DORT NICHT WIRKLICH! :D


    Was ist falsch? Was machen?




    Die Errors im Script sind diese:


    C:\Users\ziegler\Desktop\SA-MP Server\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
    C:\Users\ziegler\Desktop\SA-MP Server\pawno\include\streamer.inc(236) : error 017: undefined symbol "MAPICON_LOCAL"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase




    2 Errors.

  • Das muss so:


    echo Executing Server Config...lanmode 0
    rcon_password ///
    maxplayers 25
    port 7777
    hostname [0.3x] /// [GER]
    gamemode0 serious 1
    filterscripts
    announce 0
    query 1
    chatlogging 0
    weburl ///
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    maxnpc 0
    logtimeformat [%H:%M:%S]
    plugins streamer



    Du musst das so machen:
    gamemode0 serious 1
    Du hattest das so:
    gamemode0 serious1



    Grüße,
    TheBester

  • ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3x, (C)2005-2013 SA-MP Team


    [21:47:24] filterscripts = "" (string)
    [21:47:24]
    [21:47:24] Server Plugins
    [21:47:24] --------------
    [21:47:24] Loading plugin: streamer
    [21:47:24]


    *** Streamer Plugin v2.6.1 by Incognito loaded ***


    [21:47:24] Loaded.
    [21:47:24] Loaded 1 plugins.


    [21:47:25] I couldn't load any gamemode scripts. Please verify your server.cfg
    [21:47:25] It needs a gamemode0 line at the very least.


    Ich habe den Streamer von dem Link: https://code.google.com/p/samp…mer-plugin/downloads/list Den Ersten, ist der richtig?