Hello. When ever I try and use clothing from the catalog I receive the confirm box but when clicking config I receive the notification "Oops, this item doesn't have a linking clothing configuration, please report it!"
Code:
So what does BehaviourData need to be? Because every clothing item in my database is a behaviour data of 0?
returns no rows^
@JayCustom @Seriosk @Sledmore @Jaden @JynX
Code:
Code:
if (Item.Data.BehaviourData == 0)
{
Session.SendNotification("Oops, this item doesn't have a linking clothing configuration, please report it!");
return;
}
So what does BehaviourData need to be? Because every clothing item in my database is a behaviour data of 0?
Code:
SELECT * FROM furniture WHERE interaction_type = 'purchasable_clothing' AND behaviour_Data != '0';
@JayCustom @Seriosk @Sledmore @Jaden @JynX