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
то ли я тупой, то ли бошка совсем уже не варит. кароче скрипт восстанавливает 100% хп , шока, и крови, как фиксануть? вопрос тупой но для пол 5 утра думаю сойдет)
class ActionInjectHealthCureTarget: ActionInjectTarget
{
override void ApplyModifiers( ActionData action_data )
{
PlayerBase ntarget = PlayerBase.Cast( action_data.m_Target.GetObject() );
ntarget.SetHealth(ntarget.GetMaxHealth("", ""));
ntarget.SetHealth("","Blood", ntarget.GetMaxHealth("","Blood"));
ntarget.SetHealth("","Shock", ntarget.GetMaxHealth("","Shock"));
}
};
Share this post
Link to post
Share on other sites