images
Thk vcorp
images
Thk vcorp
great job dude, but is that really necesary? :)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;
}
i`d tottaly comment that messagebox out before compiling :D
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,