Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe



- 0
-
Our picks
Всем привет подскажите пожалуйста как сделать чтобы в ящик не ложились предметы
взял с оригинала кейсов
но что то не работает прошу подскажите что не так
modded class ItemBase extends InventoryItem
{
bool SeaChest (EntityAI item)
{
return (item.IsKindOf("Cauldron") || item.IsKindOf("Pot") || item.IsKindOf("FryingPan") || item.IsKindOf("SmallProtectorCase") || item.IsKindOf("SeaChest") || (item.IsKindOf("PortableGasStove") && item.FindAttachmentBySlotName("CookingEquipment")));
}
}
Edited by GEVDGAN_TV (see edit history)Share this post
Link to post
Share on other sites