noisiv 1
noisiv
Manwe Work 1
Manwe Work
TuZaKK 1
TuZaKK
numan187 1
numan187
[DEV]AB 1
[DEV]AB
mavzermete 1
mavzermete
Bodyguardd 1
Bodyguardd
Hikaye Ekle
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
90
Görüntüleme
316
İlk yayınlama
Son Güncelleme

Ratings

0.00 yıldız(lar) 0 rating

Wcn - Kaynakları

Geri
Üst