View Single Post
  #8  
Old 10-14-2013, 07:34 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

Are the proper user ID's being grabbed?

could try:

Code:
if (myExpansion != tradeeExpansion)
	{
		Message(13, "The trade is not good.");
		Message(13, "The value of myID is %i", myID);
		Message(13, "The value of tID is %i", tID);
		return;
	}
Reply With Quote