Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 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 servers
  • Don'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
BARICHI

Подскажите с ножами!

Уважаемые форумчане подскажите, как сделать, что бы нож резал быстрее же его чем то заряжать? Или же может мож уже есть на эту тему, поделитесь автором.

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Вот у кого то видел:

 

modded class ActionSkinningCB : ActionContinuousBaseCB
{
    override void CreateActionComponent()
    {
        m_ActionData.m_ActionComponent = new CAContinuousTime( GetDefaultTime() );
		//Print("[AP]: : Skinning Speed koef: " + GetDefaultTime());
    }
    
    float GetDefaultTime()
    {
        string item_type = m_ActionData.m_MainItem.GetType();
        
        switch(item_type)
        {
            case "CombatKnife": 
                return 3.0;
            break;
        
            case "HuntingKnife": 
                return 10.0;
            break;
        /*
            case "КласснеймНожа": 
                return 10.0;  // время разделки
            break;
        */
            default: // others
                return UATimeSpent.SKIN;
            break
        }
        return -1;
    }
};

 

Share this post


Link to post
Share on other sites



  • 0

же его чем то заряжать?
переведите этот кусок

Share this post


Link to post
Share on other sites
  • 0
16 минут назад, OWNS1DE сказал:

же его чем то заряжать?
переведите этот кусок

Я как то видел механику, что типо нож "смазывают" хуйней какой то и у него свойства появляються после разделки, уменьшаеться полоска.

Share this post


Link to post
Share on other sites
  • 0

не такого не видел

Share this post


Link to post
Share on other sites
  • 0

@BARICHI Из самого простого в твоем случае создается несколько ножей и каждому ножу задаешь разное время разделки через скрипт. Потом создаешь крафты, т.е  нож+эссенция=новый нож. Так же интересно как через скрипт менять значения в config.cpp. 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.