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
Мучаю тут мод с самогонным аппаратом, там к сожалению водка и простой воды делается
ItemBase distillery = ItemBase.Cast( gasstove.GetAttachmentByType(CopperStill) );
if (bottle.GetQuantity() < 1 && distillery.GetQuantity() >= 400) {
return true;
}
проверка аттача и проверка наполненности
а как бы добавить проверку карго у CopperStill чтобы например 2-3 яблока лежало?
или проще у него сделать аттачи для тех же яблок?
Edited by Ewgen (see edit history)Share this post
Link to post
Share on other sites