kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
Best Studio 1
Best Studio
Agora Metin2 1
Agora Metin2
raderde 1
raderde
Cannn6161 1
Cannn6161
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Mt2Hizmet 1
Mt2Hizmet
melankolıa18 1
melankolıa18
romegames 1
romegames
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com
Kaynak ikonu

[C++] NEW Hızlı ekipman sistemi 1

indirmek için izniniz yok
Sistem bana ait değildir. İyi kullanımlar.
İndirme Linki
VT
Ekli dosyayı görüntüle 86049
silah slotuna zırh vs koyulabiliyor. bunun kontrolü için;

SelectEmptySlot içinde ara
Python:
                itemType = item.GetItemType()

altına ekle
[CODE lang="python" title="uifastequip.py"] if selectedSlotPos == 0 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_BODY):
return
elif selectedSlotPos == 1 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_HEAD):
return
elif selectedSlotPos == 2 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_FOOTS):
return
elif selectedSlotPos == 3 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_WRIST):
return
elif selectedSlotPos == 4 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_WEAPON):
return
elif selectedSlotPos == 5 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_NECK):
return
elif selectedSlotPos == 6 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_EAR):
return
elif selectedSlotPos == 10 + (index_change_equip-1) * 30 and not item.IsWearableFlag(item.WEARABLE_SHIELD):
return[/CODE]
Kanıt:
126999_cb9fa0c40e200a55e6c19a920e167703.jpg
  • 1666873678111.png
    1666873678111.png
    571.8 KB · Görüntüleme: 0
Yazar
Wcn
Kaynak İndirilme
79
Görüntüleme
312
İlk yayınlama
Son Güncelleme

Ratings

0.00 yıldız(lar) 0 rating

Wcn - Kaynakları

Geri
Üst