Sandık Aynası Sistemi

shift tusunda gözüküyor ama

Python:
Genişlet Daralt Kopyala
        elif app.IsPressed(app.DIK_LALT):
            if item.GetItemType() == item.ITEM_TYPE_GIFTBOX:
                if app.ENABLE_CHEST_INFO_SYSTEM:
                    if self.interface:
                        if self.interface.dlgChestDrop:
                            if not self.interface.dlgChestDrop.IsShow():
                                self.interface.dlgChestDrop.Open(slotIndex)
                                net.SendChestDropInfo(ItemVNum, player.INVENTORY, slotIndex)

aynı sistemi kullanıyorum bende çalışıyor
Yardımcı olabilir misiniz hatayı bulmamda
 
Geri
Üst