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

Баг с дымом от хеликраша

После исчезновения хеликраша остается черный дым который исчезает только с рестартом. Как это исправить? И должны ли хелики диспавниться с рестартом?

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

никаких модов с этим связаных нет?
это вроде еще примерно в 18-м патче исправили

Share this post


Link to post
Share on other sites



  • 0

можно вот так

modded class CrashBase
{
	void ~CrashBase()
	{
		if (m_ParticleEfx)
			m_ParticleEfx.Stop();
	}
}

 

Share this post


Link to post
Share on other sites
  • 0
3 часа назад, Archon7th сказал:

можно вот так

modded class CrashBase { void ~CrashBase() { if (m_ParticleEfx) m_ParticleEfx.Stop(); } }


modded class CrashBase
{
	void ~CrashBase()
	{
		if (m_ParticleEfx)
			m_ParticleEfx.Stop();
	}
}

 

Спасибо, попробую. Модов связанных с хеликом вроде нет, а так хз...

Share this post


Link to post
Share on other sites
  • 0
17.12.2023 в 19:13, Archon7th сказал:

можно вот так

modded class CrashBase { void ~CrashBase() { if (m_ParticleEfx) m_ParticleEfx.Stop(); } }


modded class CrashBase
{
	void ~CrashBase()
	{
		if (m_ParticleEfx)
			m_ParticleEfx.Stop();
	}
}

 

Этот способ не подходит, так как там уже есть эти строки.

Share this post


Link to post
Share on other sites
  • 0

@Subility Сделай какой нибудь свой мод. Пропищи в requiredAddons большую часть модов которые у тебя есть, и добавь этот скрипт. Если баг уйдет, значит какой то мод ломает данный дым. Потом убирай по одному моду из requiredAddons.  Либо просто отключи все моды и проверь для начала на чистом сервере.

Share this post


Link to post
Share on other sites
  • 0

@Subility в смысле есть?
они в ванильны файлах есть в EEDelete а это деструктор класса
это должно быть в клиент моде что бы оно заработало

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.