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 PlayerBase extends ManBase
{
override void EEItemAttached(EntityAI item, string slot_name)
{
super.EEItemAttached(item, slot_name);
ItemBase item_bs = ItemBase.Cast(item);
if (item_bs.IsInherited(Clothing))
{
GetGame().GetCallQueue(CALL_CATEGORY_SYSTEM).Call(item_bs.LockToParent);
}
}
}
Share this post
Link to post
Share on other sites