GC.AddSend(Packets.SendGuild(TGuild.GuildID, 7));
GC.MyChar.MyGuildAllis.Add(TGuild.GuildID, TGuild);
Who.MyGuild.Allies.Add((GC.MyChar.MyGuild.GuildID)GC.MyChar.MyGuild);
Who.MyClient.AddSend(Packets.SendGuild(GC.MyChar.M yGuild.GuildID, 7));
Database.AddAllisToGuild(GC.MyChar, Who.MyGuild);
Database.AddAllisToGuild((Who)GC.MyChar.MyGuild);
GC.AddSend(Packets.NPCSay("Done"));
GC.AddSend(Packets.NPCLink("Ok ,thxxx you", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
Game.World.Spawns(GC.MyChar, true);
i got error on the red one it say's does not contain a definition for bla bla bla
can you help me with this, please.
can someone fix this one. I am just a newbie about this one i have just followed hose guide but the problem don't know how to define it. just help me this one I'm still learning i have 3 days fixing this but still i don't have idea's about this.
GC.MyChar.MyGuildAllis.Add(TGuild.GuildID, TGuild);
Who.MyGuild.Allies.Add((GC.MyChar.MyGuild.GuildID)GC.MyChar.MyGuild);
Who.MyClient.AddSend(Packets.SendGuild(GC.MyChar.M yGuild.GuildID, 7));
Database.AddAllisToGuild(GC.MyChar, Who.MyGuild);
Database.AddAllisToGuild((Who)GC.MyChar.MyGuild);
GC.AddSend(Packets.NPCSay("Done"));
GC.AddSend(Packets.NPCLink("Ok ,thxxx you", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
Game.World.Spawns(GC.MyChar, true);
i got error on the red one it say's does not contain a definition for bla bla bla
can you help me with this, please.
can someone fix this one. I am just a newbie about this one i have just followed hose guide but the problem don't know how to define it. just help me this one I'm still learning i have 3 days fixing this but still i don't have idea's about this.