Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Quote:
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
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Quote:
Originally Posted by
DiliBau
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
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,