Jump to content

fix warnings


Go to solution Solved by Ken,

Recommended Posts

error at compile with that ellie: 

 

a35516803f.png

	bool FPartyCheckFlagLt::operator() (LPCHARACTER ch)
	{
		if (!ch->IsPC())
			return false;

		PC * pPC = CQuestManager::instance().GetPCForce(ch->GetPlayerID());
		//bool returnBool;
		bool returnBool = pParty->ForEachOnMapMemberBool(f, ch->GetMapIndex()) ? true : false;
		if (pPC)
		{
			int flagValue = pPC->GetFlag(flagname);
			if (value > flagValue)
				returnBool = true;
			else
				returnBool = false;
		}

		return returnBool;
	}
Edited by Metin2 Dev
Core X - External 2 Internal

:D

Link to comment
Share on other sites

  • Former Staff

thanks to ellie for that, now i have this error on other lane:

 

b3d0862da7.png

open shop_manger.h  and at the end of the file press (ENTER)  one or two times :)

and go to VnumHelper.h and do the same

and go to PetSystem.h and go the same

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

 

i solved this errors, but now i have this:

 

011cfec7a1.png

 

Any solution?

The developer if you know some simple things that solve the warnings?

 

 

Please don't post shit like that.

 

There are many kinds of developers, if someone is a developer that doesn't mean that he must know everything about programming languages.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.