عرض مشاركة واحدة
قديم 2020-01-25, 01:41 AM
المشاركة 4
Rider
.:: عضو خبير ::.
  • غير متواجد
افتراضي رد: يارايدر خش شوف بالله عليك♥
spell.cs

سيرش

كود:
public unsafe void Remove(ushort IDServerSockets.Packet stream

بدله ب

كود:
public unsafe void Remove(ushort IDServerSockets.Packet stream)
        {
            
Game.MsgServer.MsgSpell my_spell;
            if (
ClientSpells.TryRemove(IDout my_spell))
            {
                
MsgActionProto Action = new MsgActionProto();
                
Action.UID Owner.Entity.UID;
                
Action.dwParam ID;
                
Action.TimeStamp = (uint)Time32.Now.GetHashCode();
                
Action.ID =MsgActionEmulator.RemoveSpell;
                
Owner.Send(MsgActionEmulator.SendPacket(Action));
            }
        }