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
Sign in to follow this  
Айдар

Глушитель

Recommended Posts

Как увеличить жизнь(срок службы глушителя)крафтовой и которые спавниться?)или крафтовую нельзя менять?

Edited by Айдар (see edit history)

Share this post


Link to post
Share on other sites



class CfgPatches
{
	class Suppressor_helf
	{
		units[]={};
		weapons[]={};
		requiredVersion=0.1;
		requiredAddons[]=
		{
			"DZ_Data",
			"DZ_Weapons_Muzzles"
		};
	};
};
class CfgVehicles
{
	class ItemSuppressor;
	class M4_Suppressor: ItemSuppressor
	{
		class DamageSystem
		{
			class GlobalHealth
			{
				class Health
				{
					hitpoints=2;
				};
			};
		};
	};
	class AK_Suppressor: ItemSuppressor
	{
		class DamageSystem
		{
			class GlobalHealth
			{
				class Health
				{
					hitpoints=2;
				};
			};
		};
	};
	class PistolSuppressor: ItemSuppressor
	{
		class DamageSystem
		{
			class GlobalHealth
			{
				class Health
				{
					hitpoints=2;
				};
			};
		};
	};
};	

 

Edited by getra (see edit history)

Share this post


Link to post
Share on other sites
07.01.2023 в 19:01, getra сказал:

class CfgPatches { class Suppressor_helf { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "DZ_Data", "DZ_Weapons_Muzzles" }; }; }; class CfgVehicles { class ItemSuppressor; class M4_Suppressor: ItemSuppressor { class DamageSystem { class GlobalHealth { class Health { hitpoints=2; }; }; }; }; class AK_Suppressor: ItemSuppressor { class DamageSystem { class GlobalHealth { class Health { hitpoints=2; }; }; }; }; class PistolSuppressor: ItemSuppressor { class DamageSystem { class GlobalHealth { class Health { hitpoints=2; }; }; }; }; };


class CfgPatches
{
	class Suppressor_helf
	{
		units[]={};
		weapons[]={};
		requiredVersion=0.1;
		requiredAddons[]=
		{
			"DZ_Data",
			"DZ_Weapons_Muzzles"
		};
	};
};
class CfgVehicles
{
	class ItemSuppressor;
	class M4_Suppressor: ItemSuppressor
	{
		class DamageSystem
		{
			class GlobalHealth
			{
				class Health
				{
					hitpoints=2;
				};
			};
		};
	};
	class AK_Suppressor: ItemSuppressor
	{
		class DamageSystem
		{
			class GlobalHealth
			{
				class Health
				{
					hitpoints=2;
				};
			};
		};
	};
	class PistolSuppressor: ItemSuppressor
	{
		class DamageSystem
		{
			class GlobalHealth
			{
				class Health
				{
					hitpoints=2;
				};
			};
		};
	};
};	

 

Это в какой PBO?

 

Share this post


Link to post
Share on other sites

что значит жизнь? что бы он на оружии жил долго ( при выстрелах ) или как тебе выше расписали жизнь при попадании в него ?

Share this post


Link to post
Share on other sites
24.02.2024 в 08:17, Dima198901 сказал:

что значит жизнь? что бы он на оружии жил долго ( при выстрелах ) или как тебе выше расписали жизнь при попадании в него ?

 

чтобы он меньше ломался от выстрелов из него

Share this post


Link to post
Share on other sites
9 часов назад, CBATOK сказал:

 

чтобы он меньше ломался от выстрелов из него

крути параметр barrelArmor в глушителе

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.