Wow, So many new players!

Discussion in 'Monday Night Combat PC Discussion' started by marceloxlr, July 6, 2011.

  1. Robbert

    Robbert New Member

    Messages:
    128
    Likes Received:
    0

    I know MW2 has a link in their menu which when you press it, you are automaticly brought to dlc page of MW2, so it is at least possible to do, although infinity ward has a bit larger budget than Uber, sadly enough.
  2. L-Spiro

    L-Spiro New Member

    Messages:
    424
    Likes Received:
    0
    It should be fairly trivial, especially since this would be a feature available only in Windows.
    #1: Tell art team to make button image.
    #2: Add button to form.
    #3: Make the following click-up event handler:
    Code:
    #if defined( WIN32 ) || defined( _WIN32 ) || defined( _WIN64 )
    ::ShellExecute( NULL, "open", "http://www.uberent.com/forums", NULL, NULL, SW_SHOWNORMAL );
    #endif  // #if defined( WIN32 ) || defined( _WIN32 ) || defined( _WIN64 )
    #4: Profit.


    L. Spiro
  3. RaTcHeT302

    RaTcHeT302 Guest

    Just curious but what does "NULL"? not execute if something fails?
  4. Vlane

    Vlane New Member

    Messages:
    1,602
    Likes Received:
    0
    From what I remember: NULL just means nothing, not zero, nothing. Filler basically.
  5. L-Spiro

    L-Spiro New Member

    Messages:
    424
    Likes Received:
    0
    In programming, it is used to indicate a pointer that does not actually point to an address.
    Its actual value is 0. To determine if a pointer can be dereferenced safely, use:
    Code:
    if ( pMyPointer != NULL ) { pMyPointer->Method(); }

    L. Spiro
  6. Z-UNIT

    Z-UNIT Active Member

    Messages:
    262
    Likes Received:
    0
    its not in depth about best weapons for each class for each task nor what a particular class excels at but it does explain the game mechanics of leading bots to the enemy ball, killing enemy bots, destroying turrets, using juice as a power boost, upgrading skills, etc in a very easy to understand way

    i am certain it would have made it easier to understand wtf is going on for new players instead they just jump into multiplayer and get rofl stomped with no idea what they are doing
  7. hobo-with-a-shotgun

    hobo-with-a-shotgun Active Member

    Messages:
    230
    Likes Received:
    0
    Can't wait till my new house gets Le Internet, so I can rape all these new-new guys.
  8. Kel

    Kel New Member

    Messages:
    233
    Likes Received:
    0
    It's so funny, even if I lag like HELL, I still own the noob games :lol: :lol: :lol:.
    Don't ask me how I get 13 frags with that lag .... noob sins, airstrike, shotgun :twisted:.

    Attached Files:

  9. DeadStretch

    DeadStretch Post Master General

    Messages:
    7,407
    Likes Received:
    554
    So which team won though? "HotsHots" or Icemen?
  10. Kel

    Kel New Member

    Messages:
    233
    Likes Received:
    0
    There is only 1 hero with 13 kills :ugeek:.
    I'm Iceman
  11. DeadStretch

    DeadStretch Post Master General

    Messages:
    7,407
    Likes Received:
    554
    ;)
  12. Kel

    Kel New Member

    Messages:
    233
    Likes Received:
    0
    Oh, damn .... need to improve my english :D.
    My team won, of cause :).
  13. Dubblebass

    Dubblebass New Member

    Messages:
    87
    Likes Received:
    0
    Amen. Doing well when your team wins is awesome.
  14. Kel

    Kel New Member

    Messages:
    233
    Likes Received:
    0
    Do I smell irony here?
    My team won because I played so good. With a 4xx-5xx ping the whole time.

    I call myself awesome! ;)
    Last edited: July 7, 2011
  15. Dubblebass

    Dubblebass New Member

    Messages:
    87
    Likes Received:
    0
    ...and you are! I was just speaking in more general terms because I see a lot of people in my matches say how many players they killed, and their team lost. I just laugh when they do that. They may even have the highest score of both team...and they still lost. :)
  16. NeoCyberman

    NeoCyberman Active Member

    Messages:
    1,017
    Likes Received:
    1
    Gonna be leaving MNC for a bit.

    I'll be back when the population is abysmal but skilled.

Share This Page