Jump to content

[ C++ ]Un joc !


eXorcism

Recommended Posts

Salut aseara la 11.00 noaptea mam apucat de c++ si am facut un joc.

Link download:[download]http://www.solidfiles.com/d/8a06aca694[/download]

[download]http://www.solidfiles.com/d/8a06aca694[/download]

Source :

#include <iostream>

int main( )
{
    using namespace std;
    int age , age2 , nd , sum , q5 , q6 , q7 , q8 ;
    cout << "\t\t\tBine ai venit la joculetul meu\n" << endl;
    cout << "|- Rules -|:\n" << endl;
    cout << "In acest joc daca ai facut o gresala ai pierdut ..." << endl;
    cout << "Nu fura creditele jocului ... !\n" << endl;
    cout << "|- Credits -|:\n" << endl;
    cout << "Creator - [!]RoW[!]" << endl;
    cout << "Special Tanks Send To Code Blocks Team" << endl;
    cout << "\n|- Sa Incepem -|\n" << endl;
    cout << "Cine a creat SA:MP ?" << endl;
    cout << "1.RuniX || 2.Kalcor || 3.StuntMan" << endl;
    cin >> age;

    if( age != 2 )
    {
       cout << "\nRaspuns Gresit !" << endl;
    }
    else
    {
      cout << "\nRaspuns Corect\n" << endl;
      cout << "Sa trecem mai departe." << endl;
      cout << "La ce foloseste foreach ?\n1.Taiat Iarba || 2. Facut de [color=red][b][i][censured by the system][/i][/b][/color] || 3. Loopuri eficiente !" << endl;
      cin >> nd;
      if( nd != 3 )
      {
          cout << "\nRaspuns Gresit !" << endl;
      }
      else
      {
          cout << "\nRaspuns Corect" << endl;
          cout << "Cine este Y_Less ?\n1.Cel mai bun scripter || 2.Tarfa pe centura || 3.Un Gunoier " << endl;
          cin >> age2;
          if( age2 != 1 )
          {
              cout << "Imi pare rau dar ai gresit" << endl;
          }
          else
          {
                cout << "\nRaspuns Corect !\nSa trecem mai departe ! " << endl;
                cout << "Ce este MySql ?\n1.O masina || 2.Pusca cu luneta || 3.Cel mai bun sistem de salvare" << endl;
                cin >> sum;
                if( sum != 3 )
                {
                    cout << "\nRaspuns Gresit !" << endl;
                }
                else
                {
                    cout << "\nRaspuns Corect !\nSa trecem mai departe ! " << endl;
                    cout << "Ce este Sa-Mp.ro/forum ?\n1.Un forum de prosti || 2.Un forum unde poti invata ceva nou || 3.Un [color=red][b][i][censured by the system][/i][/b][/color] cu ochi" << endl;
                    cin >> q5;
                    if( q5 != 2 )
                    {
                        cout << "\nRaspuns Gresit !" << endl;
                    }
                    else
                    {
                        cout << "\nRaspuns Corect !\nSa trecem mai departe ! " << endl;
                        cout << "Cine este -=[Vyorel]=-  ?\n1.Fondatorul Sa-Mp.ro || 2.Un nimic... || 3.Ceva programator" << endl;
                        cin >> q6;
                        if( q6 != 1 )
                        {
                            cout << "\nRaspuns Gresit !" << endl;
                        }
                        else
                        {
                            cout << "\nRaspuns Corect !\nSa trecem mai departe ! " << endl;
                            cout << "Ce este Zcmd ?\n1.Un militian || 2.Un pom || 3.Un procesor de comenzi" << endl;
                            cin >> q7;
                            if( q7 != 3 )
                            {
                                cout << "\nRaspuns Gresit !" << endl;
                            }
                            else
                            {
                                cout << "\nRaspuns Corect !" << endl;
                                cout << "\t\t\t\t[ >> Felicitari << ]\nAi terminat jocul !\nScrie orice mai jos si apasa Enter" << endl;
                                cin >> q8;
                            }
                        }
                    }
                }
            }
        }
    }
    return 0;
}

Nu ma criticati prea rau stiu c++ de 1 ora ... !

I'm back bitches.

Link to comment
Share on other sites

Ba ma lasi?

Cum ai invatat? Copy + Paste?

Nici un programator avansat nu ar fi in stare sa invete sa stapaneasca un limbaj de programare nou doar intr-o ora.

Cat timp ti-a luat pana sa reusesti sa faci ceva simplu in pawno?

Just Rock

Link to comment
Share on other sites

:) Interesant,puteai sa mai dezvolti..luai 2 variabile cu una contorizai raspunsurile corecte cu cealalta gresite la final le afisai.

E bine de inceput...invata si celelalte structuri.

[glow=blue,2,300]SAMP.[glow=yellow,2,300]RSP-GAME[glow=red,2,300].NET[/glow][/glow][/glow]

Link to comment
Share on other sites

Ninja a infintat aceasta comunitate ;)

Eu sunt nimeni. Dar prefer sa fiu un nimeni inconjurat de prieteni adevarati, decat un om faimos inconjurat de falsi.

Nu sunt un scripter perfect, nu sunt nici macar pe aproape, insa in in ciuda acestui fapt incerc sa invat sa le fac pe toate.

Link to comment
Share on other sites

Pai tot se contraziceau asta cu cine a infintat samp.ro

Eu sunt nimeni. Dar prefer sa fiu un nimeni inconjurat de prieteni adevarati, decat un om faimos inconjurat de falsi.

Nu sunt un scripter perfect, nu sunt nici macar pe aproape, insa in in ciuda acestui fapt incerc sa invat sa le fac pe toate.

Link to comment
Share on other sites

Pentru acesta iti dau 5/5, avand in vedere ca nu multi stiu c++, bravo ;)

Eu sunt nimeni. Dar prefer sa fiu un nimeni inconjurat de prieteni adevarati, decat un om faimos inconjurat de falsi.

Nu sunt un scripter perfect, nu sunt nici macar pe aproape, insa in in ciuda acestui fapt incerc sa invat sa le fac pe toate.

Link to comment
Share on other sites

interesant fs dar mie nu imi place ca nu imi merge :((

<a href="http://www.game-state.eu/188.212.105.161:7777/"><img src="http://www.game-state.eu/188.212.105.161:7777/430x73_FFFFFF_FF9900_000000_000000.png" alt="www.Game-State.eu" style="border-style: none;" /></a>

Link to comment
Share on other sites

nu-i  FS, e script in C++, e un fel de joculet cu intrebari din samp

Eu sunt nimeni. Dar prefer sa fiu un nimeni inconjurat de prieteni adevarati, decat un om faimos inconjurat de falsi.

Nu sunt un scripter perfect, nu sunt nici macar pe aproape, insa in in ciuda acestui fapt incerc sa invat sa le fac pe toate.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.