Hesabına erişemeyen eski üyeler Discord üzerinden yardım alabilir.
Arkadaşlar belki sizin için çok basit bir problemim olabilir ama ben gateden geçtiğinde o alanda bineği çıkartamasın istiyorum.
Ben area için scp'de events yazdım ona ekleyeceğimi biliyorum ama bulamadım.

Yardım edermisiniz ?
Neophyte
26.6001
Zaten bunu events altına ekledim fakat hayvana çift tıklayınca ortaya çıkıyor ve binmeye çalışırsan " Binek kullanımı YASAK ! " yazıyor.
Benim istediğim çift tıklayıncada açılmasın..
on=@chardclick
if (<act.npc>=brain_animal) && (<act.baseid> != i_pet_horse_gray) && (<act.baseid> != i_pet_horse_brown_lt) && (<act.baseid> != 00d2) && (<act.baseid> != i_pet_horse_tan) && (<act.baseid> != i_pet_horse_brown_dk) && (<act.baseid> != i_pet_horse_pack) && (<act.baseid> != i_pet_llama_pack) && (<act.baseid> != i_pet_llama)
src.sysmessage @33,1,1 Binek kullanımı YASAK !
return 1
endif
Neophyte
26.6001
Örneklerde itemdclick, denemeler yapın olacak :)
Oldu teşekkürler..
on=@chardclick
if (<act.npc>=brain_animal) && (<act.baseid> != i_pet_horse_gray) && (<act.baseid> != i_pet_horse_brown_lt) && (<act.baseid> != 00d2) && (<act.baseid> != i_pet_horse_tan) && (<act.baseid> != i_pet_horse_brown_dk) && (<act.baseid> != i_pet_horse_pack) && (<act.baseid> != i_pet_llama_pack) && (<act.baseid> != i_pet_llama)
src.sysmessage @33,1,1 Binek kullanımı YASAK !
return 1
endif

on=@itemdclick
if (<act.npc>=brain_animal) || (<act.baseid> != i_pet_horse_gray) || (<act.baseid> != i_pet_horse_brown_lt) || (<act.baseid> != 00d2) || (<act.baseid> != i_pet_horse_tan) || (<act.baseid> != i_pet_horse_brown_dk) || (<act.baseid> != i_pet_horse_pack) || (<act.baseid> != i_pet_llama_pack) || (<act.baseid> != i_pet_llama)
src.sysmessage @33,1,1 Binek kullanımı YASAK !
return 1
endif

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.