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
{
override bool ActivateCondition(PlayerBase player)
{
Print("BREAKLEGS ActiveCondition");
return false;
}
override void OnActivate(PlayerBase player)
{
Print("BREAKLEGS OnActivate")
return;
}
override void Activate()
{
return;
}
}
Share this post
Link to post
Share on other sites