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
  • 1
Sign in to follow this  
XenoZD

Бинд на действие

Пытаюсь добавить под MedicalAttention бинд для действия "Прилечь"

MissionGameplay.c:

    override void OnKeyPress(int key) 
    {
        super.OnKeyPress(key);
        Man player = GetPlayer();
        if ( key == KeyCode.KC_M ) {
            if ( player && player.GetEmoteManager()) 
            {
                player.GetEmoteManager.PlayEmote(EmoteConstants.ID_EMOTE_LYINGDOWN);                
            }
        }
    }

Но с такой реализацией:
-игрок во время действия двигается по миру во время укладывания на землю (что как минимум выглядит странно)
-скрипт от MedicalAttention не видит этого действия (что критично)

Вопрос: чего ему не хватает?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts




  • 0

Т.к шана кинул это под логичную лецензию, то: https://github.com/schana/dayz-mod-party/blob/master/SchanaModParty/Data/Inputs.xml

Сиди, читай, смотри. Код открыт для всех. Не особо умные люди - тупо копируют. Остальные - учатся на таком. 

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
Sign in to follow this  

×
×
  • 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.