Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    Quote Originally Posted by tdct View Post
    Code:
    while( exit == false)
    you can also write it like that:

    Code:
    while( !exit )
    PS: just to be annoying :P
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

  2. #32
    tdct's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    Somewhere
    Posts
    1,462
    Reputation
    105
    Thanks
    391
    My Mood
    Devilish
    Quote Originally Posted by UltraPGNoob View Post
    you can also write it like that:

    Code:
    while( !exit )
    PS: just to be annoying :P
    I prefer to write my code in a way that it's clear, even to someone that doesn't know c++. All my variables are self explanatory, everything unclear is commented, and it's efficient as possible.

    oh and @UltraPGNoob I'm just learning c++ around halfway through my first c++ book (888 pages) but I cannot find any error with this function I made for the lolz, the compiler doesn't pick up anything, and it seems like it should work fine - it's driving me insane, help me out?
    https://www.mpgh.net/forum/242-crossf...9569-help.html
    Last edited by tdct; 06-15-2011 at 03:50 AM.

  3. #33
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    i'll try to help you as much as possible.
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

  4. #34
    CheatCreatorzz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    922
    Reputation
    18
    Thanks
    730
    My Mood
    Amused
    Nobody will give his code of NobugDamage, So Solved with some questions
    @Thunder
    @Ghost





    (_¸.•*´'`°¤¸'¸¤°´'`*•.¸_)

    Video Creator
    GFX Creator
    C++ Coder
    D3D Coder

    (¯`*•.¸,¤°´'`°¤,¸.•*´¯)




  5. #35
    tdct's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    Somewhere
    Posts
    1,462
    Reputation
    105
    Thanks
    391
    My Mood
    Devilish
    Quote Originally Posted by UltraPGNoob View Post
    i'll try to help you as much as possible.
    Thanks for the help bro

Page 3 of 3 FirstFirst 123