Geht das so??

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
  • public IsACar(carid)
    {
    new vmod = GetVehicleModel(carid);
    if(vmod==400||vmod==401||vmod==402||vmod==404||vmod==405||vmod==409||vmod==410||vmod==411||vmod==412||
    vmod==413||vmod==414||vmod==415||vmod==418||vmod==419||vmod==420||vmod==421||vmod==422||vmod==423||
    vmod==424||vmod==426||vmod==428||vmod==429||vmod==434||vmod==436||vmod==437||vmod==438||vmod==439||
    vmod==440||vmod==442||vmod==444||vmod==445||vmod==451||vmod==458||vmod==459||vmod==466||vmod==467||
    vmod==470||vmod==474||vmod==475||vmod==477||vmod==478||vmod==479||vmod==480||vmod==482||vmod==483||
    vmod==485||vmod==486||vmod==489||vmod==490||vmod==491||vmod==492||vmod==494||vmod==495||vmod==496||
    vmod==498||vmod==499||vmod==500||vmod==502||vmod==503||vmod==504||vmod==505||vmod==506||vmod==507||
    vmod==508||vmod==516||vmod==517||vmod==518||vmod==525||vmod==526||vmod==527||vmod==528||vmod==529||
    vmod==530||vmod==530||vmod==532||vmod==533||vmod==534||vmod==535||vmod==536||vmod==540||vmod==541||
    vmod==542||vmod==545||vmod==546||vmod==547||vmod==549||vmod==550||vmod==551||vmod==552||vmod==554||
    vmod==555||vmod==556||vmod==557||vmod==558||vmod==559||vmod==560||vmod==561||vmod==565||vmod==566||
    vmod==567||vmod==568||vmod==575||vmod==576||vmod==579||vmod==580||vmod==582||vmod==583||vmod==585||
    vmod==587||vmod==588||vmod==589||vmod==596||vmod==597||vmod==598||vmod==599||vmod==600||vmod==601||
    vmod==602||vmod==603||vmod==604||vmod==605)
    {
    return 1;
    }
    return 1;
    }



    das sind alle autos die man bei mir mit einen führerschein fahren kann.
    geht das so mit den zeilen oder muss ich das anders anordnen ?? wenn ich alles auf eine zeile mache kommt zeile zulang^^




    MFG


    xDNGRSx