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
Доброго времени суток,
Ломаю голову и никак не могу понять как сделать проверку какой конкретно объект находится в target при условии что он proxy. Такой скрипт возвращает true при любом объекте на который наводишься в зданиях. Мне бы хотелось определять что это объект например является шкафом или столом или еще чем-то.
override bool ActionCondition( PlayerBase player, ActionTarget target, ItemBase item ) { if ( target.IsProxy()) { return true; } else { return false; } }
Пробовал команду GetModelName(), но она не работает, возвращает пустую строку.
Share this post
Link to post
Share on other sites