VC:MP Sourcecode

  • Guten Morgen liebe Community.


    Ich wollte mal drein fragen, ob jemand von Euch eventuell noch den Sourcecodeder VC:MP Mod hat?


    Ich wollte mir den Code ansehen, um besser verstehen zu können, aus was solch eine Multiplayer-Mod für GTA besteht, bzw auf was sie aufbaut.


    Mit freundlichen Grüßen


    hammerdollen

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • Den Sourcecode.


    Ich habe schon im Google recherchiert, jedoch nur tote Links gefunden.


    Herausgefunden habe ich auch, dass nur die veraltete 0.1c publiziert bzw angeboten wurde, diese würde mir aber vollkommen reichen, da ich wie gesagt nur einmal reinschnuppern und mir einen Überblick verschaffen wollte, wie man so etwas aufbaut.



    hammerdollen

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • Das wäre ziemlich hilfreich, vielen Dank für deine Hilfsbereitschaft =)


    Solche User sollte es überall geben....



    hammerdollen

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • Hat sich erledigt, hab einen hochwertigeren Sourcecode gefunden =D


    aber trotzdem danke



    hammerdollen

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • Genau das, nur halt mit vielen Kommentaren dabei =)

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • xD link hab ich netmehr, hab einfach mal immer wieder irggendwo auf downloaden geklickt, ich weiss nur, dass die datei vc_01c_src.rar heisst und bei rapidshare war, sry

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • do.de - Domain-Offensive - Domains für alle und zu super Preisen
  • kk.


    Und noch ne Frage mal drein.


    Kann mir jmd sagen, wie das so mit Raknet funktioniert? ich blick da net durch =D

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • Na, das sind ja die kompillierten =)


    Außerdem such ich Hilfe zu Raknet unter WIndoof =(

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • Hast die PM bekommen =)


    //edit : wieder auf der Suche nach einer vcmp src


    bitte meldet Euch!

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


    Einmal editiert, zuletzt von ahaha ()

  • Hat denn keiner die Source?

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • Vielen lieben Dank =)


    Danach habe ich gesucht ;)



    hammerdollen ( der Thread kann geschlossen werden)

    #include <iostream>
    #include <string>
    using namespace std;
    class Person {public: string name; string vorname;
    void vorstellen() { cout << "Ich bin " << vorname << " " << name << endl; } };
    int main()
    { Person ich; ich.name = "Marvin"; ich.alter = 16; ich.vorstellen(); system("PAUSE"); return EXIT_SUCCESS;}


  • ich hab da mal ne frage:
    was macht man mit dem source code?
    also was will hammerdollen damit?
    editiert er VCMP?
    wenn ja, gibts auch sagen wir mal, ein gta SA Multiplayer "rohling"? also sourcecode? xD
    wenn ja, wie editiere ich das?
    c++?