Beiträge von Cashpoint


    Ja es gab vor 4 Jahren IPRED das abgelehnt wurde. Nun gibt es wieder IPRED 2 und IPRED 2 kam nach ACTA und das Internetkapitel wurde von ACTA in IPRED 2 "uebernommen".
    Es ist auch keine Erweiterung von ACTA sondern ein ganz anderes Gesetz das schlimmer ist als ACTA. wird aber auch auf der Seite erwaehnt


    Ich merke schon du warst nicht auf der Infoseite. bitte raufgehen! alle Infos sind dort zu finden ! da das video fuer dich ja zu "uninformierend" ist.


    http://www.ipred.de

    Gerade beschäftigen wir uns noch mit ACTA und gehen zusammen mit 100.000 anderen Bürgern in Deutschland auf die Straße, da entsteht unter unseren Augen eine noch größere Bedrohung für die Informationsfreiheit:
    IPRED (Intellectual Property Rights Enforcement Directive), die Richtlinie zur Durchsetzung der Rechte an immateriellen Gütern.


    In diesem Fahrplan ist exakt jenes Kapitel enthalten, das bereits vor Längerem aus ACTA gestrichen werden musste, weil es dafür offenbar keinen Konsens gab: das Kapitel zum Internet.


    Alle Infos findet ihr auf: www.ipred.de


    IPRED Info Video : I.P.R.E.D = ACTA 2.0


    [video]

    Externer Inhalt www.youtube.com
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.
    [/video]


    Gruss
    Leon*

    error 029: invalid expression, assumed zero
    error 017: undefined symbol "vehicleid"
    error 017: undefined symbol "vehicleid"
    error 017: undefined symbol "vehicleid"
    error 017: undefined symbol "vehicleid"


    public OnVehicleSpawn(vehicleid)
    {
    GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
    SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective);
    Motor[vehicleid] = false;
    return 1;
    }


    }


    Was mache ich falsch ?=

    C:\Users\syntexx\Desktop\Untitled.pwn(136) : error 017: undefined symbol "gPlayerLogged"
    C:\Users\syntexx\Desktop\Untitled.pwn(136) : warning 215: expression has no effect
    C:\Users\syntexx\Desktop\Untitled.pwn(136) : error 001: expected token: ";", but found "]"
    C:\Users\syntexx\Desktop\Untitled.pwn(136) : error 029: invalid expression, assumed zero
    C:\Users\syntexx\Desktop\Untitled.pwn(136) : fatal error 107: too many error messages on one line


    Error ist angeblich in der 4.ten Zeile


    new Text3D:Logout3DText;
    public OnPlayerDisconnect(playerid, reason)
    {
    if(gPlayerLogged[playerid] == 1)
    {
    if(ReportCall[playerid] != 999)
    {


    Was habe ich falsch gemacht ?


    Gruss

    wie schaut dein enum aus ?



    auch daunter new Spieler[MAX_PLAYERS][spieler_daten]; // ?





    ups hatte es vergessen danke :)


    Doch nun habe ich folgenden error


    error 036: empty statement


    public OnPlayerDisconnect(playerid, reason)
    {
    new pname[MAX_PLAYERS],accFormat[128];
    GetPlayerName(playerid,pname,sizeof pname);
    format(accFormat,sizeof accFormat,"%s.datei",pname);
    if(fexist(accFormat) && Spieler[playerid][eingeloggt]);
    {
    dini_IntSet(accFormat,"wanted",Spieler[playerid][wanted]);
    dini_IntSet(accFormat,"skin",Spieler[playerid][skin]);
    dini_FloatSet(accFormat,"lastx",Spieler[playerid][lastx]);


    error sagt dass der Fehler in der 6.ten Zeile ist...

    error 017: undefined symbol "Spieler"
    warning 215: expression has no effect
    error 001: expected token: ";", but found "]"
    error 029: invalid expression, assumed zero
    fatal error 107: too many error messages on one line


    new pname[MAX_PLAYERS],accFormat[128];
    GetPlayerName(playerid,pname,sizeof pname);
    format(accFormat,sizeof accFormat,"%s.datei",pname);
    if(fexist(accFormat) && Spieler[playerid][eingeloggt]);
    {
    dini_IntSet(accFormat,"wanted",Spieler[playerid][wanted]);
    dini_IntSet(accFormat,"skin",Spieler[playerid][skin]);
    dini_FloatSet(accFormat,"lastx",Spieler[playerid][lastx]);
    dini_FloatSet(accFormat,"lasty",Spieler[playerid][lasty]);
    dini_FloatSet(accFormat,"lastz",Spieler[playerid][lastz]);
    dini_IntSet(accFormat,"Geld",GetPlayerMoney(playerid));
    dini_IntSet(accFormat,"Score",GetPlayerScore(playerid));


    Wo habe ich was falsch gemacht ? lawl


    Gruss

    C:\Users\syntexx\Desktop\Script™\gamemodes\SGR.pwn(5449) : error 001: expected token: "-identifier-", but found "("
    C:\Users\syntexx\Desktop\Script™\gamemodes\SGR.pwn(5452) : error 010: invalid function or declaration


    public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
    {
    return 1;
    }


    public OnVehicleRespray(playerid, vehicleid, color1, color2)
    {
    __OnVehicleRespray(playerid, vehicleid, color1, color2);
    return 1;
    }

    Wieso zeigst du uns die Zeilen dann nicht einfach?


    Denn es ist logisch, wenn man die a_samp Include ausklammert, dass dauernd Errors kommen ;)


    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(991) : warning 201: redefinition of constant/macro (symbol "BLITZER_PAUSE")
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22715) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22720) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22725) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22734) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22758) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22779) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22781) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22821) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22883) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22906) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22908) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22928) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22930) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22937) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22942) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22947) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22958) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22964) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22982) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(22994) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(23004) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(23010) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(23016) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(23022) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(23028) : error 079: inconsistent return types (array & non-array)
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(23034) : error 079: inconsistent return types (array & non-array)


    Includes:


    #include <a_samp>
    #include <blitzer>
    #include <streamer>
    #include <Desk>
    #include <float>
    #include <utils>
    #include <morphinc>
    #include <dini>
    #include <a_objects>
    #pragma tabsize 0


    Zeilen 2294 - 23010


    }
    return 1;
    }
    if(strcmp(cmd,"/knast",true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 4)
    {
    tmp = strtok(cmdtext,idx);
    if(!strlen(tmp))
    {
    SendClientMessage(playerid,COLOR_WHITE," /knast [knastid 1-3] [playerid] [zeit(in Minuten)] [grund]");
    return 1;
    }
    new knastid = strval(tmp);
    if(knastid < 1 || knastid > 3)
    {
    SendClientMessage(playerid,COLOR_WHITE," KnastID nicht höher als 3 oder kleiner als 1!");
    return 1;
    }


    Nein die errors waren folgende:


    error 079: inconsistent return types (array & non-array)


    derselbe error zig-mal

    zeig mal bitte was du oben includest


    Also wo steht


    #include ;)


    Ich hatte die includes geloescht da so viele errors kamen und nachdem ich sie entfernt hatte waren die errors weg


    Ich habe die 2 drin gelassen :
    und die sind uebers script verteilt


    #include streamer
    #include <ForAllPlayers>

    Was kommt denn jetzt?



    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(370) : error 017: undefined symbol "SendClientMessage"
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(370) : warning 215: expression has no effect
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(370) : warning 215: expression has no effect
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(370) : warning 215: expression has no effect
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(370) : error 001: expected token: ";", but found ")"
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(370) : error 029: invalid expression, assumed zero
    C:\Users\syntexx\Desktop\Script\gamemodes\YVL.pwn(370) : fatal error 107: too many error messages on one line