Beiträge von iShockwave

    Wie es in dem anderen Thread gesagt wurde, du musst in die cfg die plugins mit .so endung eintragen und auch die .so Dateien hochladen


    SA-MP Dedicated Server
    ----------------------
    v0.3d-R2, (C)2005-2011 SA-MP Team


    [17:00:18] filterscripts = "" (string)
    [17:00:18]
    [17:00:18] Server Plugins
    [17:00:18] --------------
    [17:00:18] Loading plugin: audio.so
    [17:00:22] Failed.
    [17:00:22] Loading plugin: sscanf.so
    [17:00:22] Failed.
    [17:00:22] Loading plugin: streamer.so
    [17:00:23] Failed.
    [17:00:23] Loaded 0 plugins.


    [17:00:23]
    [17:00:23] Filterscripts
    [17:00:23] ---------------
    [17:00:23] Loaded 0 filterscripts.


    [17:00:24] Script[gamemodes/Release.amx]: Run time error 19: "File or function is not found"
    [17:00:24] Number of vehicle models: 0
    [17:00:49] --- Server Shutting Down.


    echo Executing Server Config...
    lanmode 0
    rcon_password Niemandmusseswissen
    maxplayers 32
    port 7777
    hostname SA-MP 0.3 Server[Server Test]
    gamemode0 Dildo 1
    filterscripts
    announce 0
    query 1
    weburl www.sa-mp.com
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    maxnpc 0
    plugins audio.so sscanf.so streamer.so
    logtimeformat [%H:%M:%S]


    Fange grad an zu scripten,.

    hey ich hab nen server auf 0.3c aber wie mach ich das auf 0.3d habe ordner schon gedownloaded script ist drin was muss ich machen dieser fehler kommt.



    SA-MP Dedicated Server
    ----------------------
    v0.3d-R2, (C)2005-2011 SA-MP Team


    [15:06:57] filterscripts = "" (string)
    [15:06:57]
    [15:06:57] Server Plugins
    [15:06:57] --------------
    [15:06:57] Loaded 0 plugins.


    [15:06:57]
    [15:06:57] Filterscripts
    [15:06:57] ---------------
    [15:06:57] Loaded 0 filterscripts.


    [15:06:57] Script[gamemodes/Dödel.amx]: Run time error 19: "File or function is not found"
    [15:06:57] Number of vehicle models: 0
    [15:06:59] --- Server Shutting Down.

    Du sollst auch keine Filterscripts in den Plugin-Ordner schieben, sondern gucken, welche Plugins in deinen Filterscripts benutzt (sowie im Gamemode) werden, weil offensichtlich entweder die .dll im Plugins-Ordner oder der Eintrag in der server.cfg fehlt.




    Kapiere grad nix ;(


    Was heißt das ich kann kein server starten helft mir ?( ?(


    Gemacht nun ist das da ...


    C:\Dokumente und Einstellungen\Niklas\Desktop\Sonstiges\[GeR]\gamemodes\Release.pwn(17281) : warning 219: local variable "string1" shadows a variable at a preceding level
    C:\Dokumente und Einstellungen\Niklas\Desktop\Sonstiges\[GeR]\gamemodes\Release.pwn(17281) : warning 204: symbol is assigned a value that is never used: "string1"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


    Header size: 13656 bytes
    Code size: 2774320 bytes
    Data size: 6015324 bytes
    Stack/heap size: 32768 bytes; estimated max. usage: unknown, due to recursion
    Total requirements: 8836068 bytes


    2 Warnings.

    format(ALLSTRING, sizeof(ALLSTRING), "%s.%s.%d", dtext, mtext, year);
    TextDrawSetString(Datum,ALLSTRING);
    TextDrawShowForAll(Datum);


    for(new pv = 0; pv < sizeof(PraesiVehs); pv++)
    {
    SetVehicleNumberPlate(PraesiVehs[pv], "Regierung");
    SetVehicleToRespawn(PraesiVehs[pv]);
    }
    for(new pv = 0; pv < sizeof(PolizeiVehs); pv++)
    {
    new string[10];
    new kenzeichenzahl = 100 + random(999);
    format(string,sizeof(string),"PD-%d",kenzeichenzahl);
    SetVehicleNumberPlate(PolizeiVehs[pv], string);
    SetVehicleToRespawn(PolizeiVehs[pv]);
    }
    for(new pv = 0; pv < sizeof(FeuerVehs); pv++)
    {
    new kenzeichenzahl = 100 + random(999);
    format(string,sizeof(string),"FD-%d",kenzeichenzahl);
    SetVehicleNumberPlate(FeuerVehs[pv], string);
    SetVehicleToRespawn(FeuerVehs[pv]);
    }
    for(new pv = 0; pv < sizeof(FBIVehs); pv++)
    {
    SetVehicleNumberPlate(FBIVehs[pv], "FBI");
    SetVehicleToRespawn(FBIVehs[pv]);
    }
    for(new pv = 0; pv < sizeof(ArmyVehs); pv++)
    {


    so ich kapier das grad nicht ...

    Dankeschön .
    Jetzt ist ein Warning weg jetzt ist noch einer :/


    C:\Dokumente und Einstellungen\Niklas\Desktop\Sonstiges\[GeR]\gamemodes\Release.pwn(17281) : warning 219: local variable "string" shadows a variable at a preceding level
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


    Header size: 13656 bytes
    Code size: 2774320 bytes
    Data size: 6015324 bytes
    Stack/heap size: 32768 bytes; estimated max. usage: unknown, due to recursion
    Total requirements: 8836068 bytes


    1 Warning.


    {
    new string[10];
    new kenzeichenzahl = 100 + random(999);
    format(string,sizeof(string),"PD-%d",kenzeichenzahl);
    SetVehicleNumberPlate(PolizeiVehs[pv], string);
    SetVehicleToRespawn(PolizeiVehs[pv]);
    }


    Wo muss ichs einsetzen?.