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
Malinin

Получение здоровья персонажа

В общем, пытаюсь в меню вывести прогрессбары со здоровьем, кровью итд. Не могу понять, в чём косяк:

        PlayerBase player;

        float sHealth         = player.GetHealth("","");
        float sBlood         =    player.GetHealth("","Blood");
        int sShock                =    player.GetHealth("","Shock");
        float sStamina                =    player.GetStatEnergy().Get();
        m_HealthBar.SetCurrent(sHealth);
        m_BloodBar.SetCurrent(sBlood);
        m_ShockBar.SetCurrent(sShock);
        m_StaminaBar.SetCurrent(sStamina);

Прогрессбары остаются на нуле, реакции ноль

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Если что, всё действо происходит в InGameMenu и вопрос всё ещё актуален, я в тупике

Share this post


Link to post
Share on other sites



  • 0

нашел class InGameMenu в   5_Mission\GUI\InGameMenu.c

что есть m_HealthBar m_BloodBar m_ShockBar m_StaminaBar и что за функция в них SetCurrent понять не смог.

Как минимум чего-то точно не достает

Share this post


Link to post
Share on other sites
  • 0
5 часов назад, 123new сказал:

нашел class InGameMenu в   5_Mission\GUI\InGameMenu.c

что есть m_HealthBar m_BloodBar m_ShockBar m_StaminaBar и что за функция в них SetCurrent понять не смог.

Как минимум чего-то точно не достает

Не, это моддинг дефолтной менюшки, я добавил свои прогрессбары на неё. Мне нужно просто получить числовое значение показателей здоровья, стамины, шока,крови. SetCurrent устанавливает значение заполненности прогрессбара.

Edited by MineStyle (see edit history)

Share this post


Link to post
Share on other sites
  • 0
16 часов назад, MineStyle сказал:

Не, это моддинг дефолтной менюшки, я добавил свои прогрессбары на неё. Мне нужно просто получить числовое значение показателей здоровья, стамины, шока,крови. SetCurrent устанавливает значение заполненности прогрессбара.

в  таком случае или весь код предоставьте или хотя бы покажите класс этих переменных, дабы изучить функцию. Может быть вы функцию вызываете такую, что она прогрессбары эти вообще не трогает

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.