Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]

Page 3 of 3 FirstFirst 123
Results 51 to 54 of 54
  1. #51
    Valued Member mayojung is offline
    MemberRank
    Oct 2005 Join Date
    THLocation
    103Posts

    Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]



    images

    Thk vcorp

  2. #52
    Enthusiast DiliBau is offline
    MemberRank
    Oct 2006 Join Date
    /home/DiliBau/Location
    33Posts

    Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]

    bool NotifyIfDllLoaded( char * inipath ){
    if (GetPrivateProfileInt("GameServerNormal", "NotifyIfDllLoaded", 1, "./Addicted.ini") )
    {
    MessageBox ( 0 , "Addicted.Dll by drakelv has been successfully loaded. Enjoy the Game!" , "DLL Loaded!" , MB_OK );
    return 1;
    }
    great job dude, but is that really necesary? :)
    i`d tottaly comment that messagebox out before compiling :D

  3. #53
    Valued Member mayojung is offline
    MemberRank
    Oct 2005 Join Date
    THLocation
    103Posts

    Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]

    Quote Originally Posted by DiliBau View Post
    great job dude, but is that really necesary? :)
    i`d tottaly comment that messagebox out before compiling :D



    give me to Tutorial please

    vdo clip please

  4. #54
    IGCN Co-Founder drakelv is offline
    MemberRank
    Jun 2006 Join Date
    IGCN HQLocation
    1,002Posts

    Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]

    Can't you read? notify if dll loaded AND you can set 0 in .ini. If notice popus THAT means the DLL is loaded. Got it,



Page 3 of 3 FirstFirst 123

Advertisement