BoothShop( Need Help)

10/08/2013 20:46 Mr.BibOAlMasrY#1
Hi, I Need Some Help.
I'm Try To Make Booth Shop Like That's In Market But I can't Close Booth.
Picture Show What I Mean :
[Only registered and activated users can see links. Click Here To Register...]
The Icon To Close Booth Isn't Appear
That's The Codes
Code:
if (client.Booth == null)
                                    {

                                        Data data = new Data(true);
                                        data.ID = 111;
                                        data.UID = client.Entity.UID;
                                        data.TimeStamp = Time32.Now;
                                        data.dwParam = 40079;
                                        data.boo = 1;
                                        data.wParam1 = client.Entity.X;
                                        data.wParam2 = client.Entity.Y;
                                        client.Send(data);
                                        //Data gData = new Data(false);
                                        client.Booth = new MrBibOProject.Game.ConquerStructures.Booth(client, data);
                                        client.Send(new Data(true) { ID = Network.GamePackets.Data.ChangeAction, UID = client.Entity.UID, dwParam = 0 });
                                    }
Ty All :handsdown:
10/08/2013 21:07 pro4never#2
It's likely you are not sending the map status when you enter the market. If you do not send the map status flags to the client then it will not show you the close button or that's what I seem to remember the issue being.
10/08/2013 21:48 abdoumatrix#3
set the the map status to 1036 map status.
10/09/2013 00:33 Mr.BibOAlMasrY#4
Quote:
Originally Posted by pro4never View Post
It's likely you are not sending the map status when you enter the market. If you do not send the map status flags to the client then it will not show you the close button or that's what I seem to remember the issue being.
TY, Bro. Great:handsdown:

Quote:
Originally Posted by abdoumatrix View Post
set the the map status to 1036 map status.
thank's Matrixx For Help :handsdown: