Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    scorpoistak's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    portland oregon
    Posts
    307
    Reputation
    21
    Thanks
    191

    Wats wrong with this?

    i got 1 error called C2447: '{': missing function header (old style formal list?)
    here is code:
    Code:

    void main()
    {
    while(true)
    ;}
    {
    if(GetAsyncKeyState(VK_NUMPAD2)<0);{
    PushToConsole("PerturbRotationEffect 3.000000");
    PushToConsole("PerturbIncreaseSpeed 3.000000");
    PushToConsole("PerturbDecreaseSpeed 9.000000");
    PushToConsole("PerturbWalkPercent 0.500000");

  2. #2
    king4940's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    with your gf
    Posts
    335
    Reputation
    24
    Thanks
    187
    wrong section
    request/move



    RESPECT LIST:

    BombSway
    Marko
    Drake
    Deadline

  3. #3
    farsight13's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    currently about to move
    Posts
    466
    Reputation
    11
    Thanks
    61
    My Mood
    Amused
    go to coding section and do this
    [IMG]https://img.photobucke*****m/albums/v344/eondestiny/1zx6ttt.gif[/IMG]



    MY BRUTES
    https://monstaking1234.mybrute.com
    https://eefwqt.mybrute.com


    THANK ME IF I HELP

  4. #4
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Lern2C++ .

  5. #5
    scorpoistak's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    portland oregon
    Posts
    307
    Reputation
    21
    Thanks
    191
    can someone please help me this is the only part i need to be fixed and i'm really tired

  6. #6
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    /Moved .

  7. #7
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by scorpoistak View Post
    can someone please help me this is the only part i need to be fixed and i'm really tired
    Quote Originally Posted by Sealionone View Post
    Lern2C++ .
    ^^ this ^^

  8. #8
    scorpoistak's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    portland oregon
    Posts
    307
    Reputation
    21
    Thanks
    191
    can u stop playing around....please man

  9. #9
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by scorpoistak View Post
    can u stop playing around....please man
    Anybody who has been learning C++ for 1+ days can figure this out.

  10. #10
    scorpoistak's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    portland oregon
    Posts
    307
    Reputation
    21
    Thanks
    191
    yeh but a person with a headache from their own neice who is still crying has a hard time thinking

  11. #11
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by scorpoistak View Post
    i got 1 error called C2447: '{': missing function header (old style formal list?)
    here is code:
    Code:

    Code:
    void main()
    {
    while(true)
    {
    if(GetAsyncKeyState(VK_NUMPAD2)<0);{        
    PushToConsole("PerturbRotationEffect 3.000000");
    PushToConsole("PerturbIncreaseSpeed 3.000000");
    PushToConsole("PerturbDecreaseSpeed 9.000000");
    PushToConsole("PerturbWalkPercent 0.500000");
    Code:
    void main()
    {
    while(true)
    {
    if(GetAsyncKeyState(VK_NUMPAD2)<0);{        
    PushToConsole("PerturbRotationEffect 3.000000");
    PushToConsole("PerturbIncreaseSpeed 3.000000");
    PushToConsole("PerturbDecreaseSpeed 9.000000");
    PushToConsole("PerturbWalkPercent 0.500000");
    }
    }
    }
    Learn2C++ See what CodeNever created? Rtarded choobs that know fking nothing. I'll be mean if I want to because I actually took the time to learn C++ and learn off bases.


    Match up your brackets.
    Last edited by whatup777; 07-10-2010 at 02:24 PM.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  12. #12
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    lol... one thing u should learn about coding, ALWAYS start & end with { } 1st before put codes inside.

  13. #13
    juggernault5's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    .....In my Computer......
    Posts
    59
    Reputation
    10
    Thanks
    2
    My Mood
    Hot
    Wow man this is easy U just need to....


    aHaha go learn C++ and change it
    MASTER-KILLER NEW CODER



    MPGH IS THE BEST

  14. #14
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by juggernault5 View Post
    Wow man this is easy U just need to....


    aHaha go learn C++ and change it
    https://www.mpgh.net/forum/207-combat...r-chams-c.html

    stfu.

  15. #15
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    just add a } at the end. maybe 2, ididnt look to hard
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

Page 1 of 2 12 LastLast

Similar Threads

  1. wats wrong with this?
    By nub_g0t_high in forum Visual Basic Programming
    Replies: 3
    Last Post: 10-31-2007, 05:52 PM
  2. Whats wrong with this code ?
    By bohnenbong in forum WarRock - International Hacks
    Replies: 7
    Last Post: 10-26-2007, 06:57 AM
  3. whats wrong with this...
    By NetNavi in forum WarRock - International Hacks
    Replies: 6
    Last Post: 09-03-2007, 01:19 AM
  4. what is wrong with this source?
    By Petros in forum C++/C Programming
    Replies: 6
    Last Post: 07-04-2007, 04:33 PM
  5. wats wrong with this weapon code
    By CHECK2PASS in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-03-2007, 04:38 AM