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  
Abaddon

Дополнительные слоты персонажу

image.png.9766195f7f5917cdac3aeaa170f0373e.pngПодскажите, пожалуйста, может, кто знает, как мне прописать дополнительные слоты типа слот под пистолет, нож, рацию и пропивогаз или контейнер для него.

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 2
class CfgVehicles
{
    class Man;
    class Inventory_Base;
    class SurvivorBase: Man
    {
        attachments[]+=
        {
            "НовыйСлот"
        };
        class InventoryEquipment
        {
            playerSlots[]+=
            {
                "НовыйСлот"
            };
        };
    };
};
class cfgSlots
{
    
    class Slot_НовыйСлот
    {
        name = "НовыйСлот";
        displayName = "Слот";
        ghostIcon="";
    };
};

 

Share this post


Link to post
Share on other sites



  • 0
5 минут назад, skadjna сказал:

class CfgVehicles { class Man; class Inventory_Base; class SurvivorBase: Man { attachments[]+= { "НовыйСлот" }; class InventoryEquipment { playerSlots[]+= { "НовыйСлот" }; }; }; }; class cfgSlots { class Slot_НовыйСлот { name = "НовыйСлот"; displayName = "Слот"; ghostIcon=""; }; };


class CfgVehicles
{
    class Man;
    class Inventory_Base;
    class SurvivorBase: Man
    {
        attachments[]+=
        {
            "НовыйСлот"
        };
        class InventoryEquipment
        {
            playerSlots[]+=
            {
                "НовыйСлот"
            };
        };
    };
};
class cfgSlots
{
    
    class Slot_НовыйСлот
    {
        name = "НовыйСлот";
        displayName = "Слот";
        ghostIcon="";
    };
};

 

это в каком файле

 

Share this post


Link to post
Share on other sites
  • 0
Только что, Abaddon сказал:

это в каком файле

 

Это в любом файле твоего мода. Как мод делать я уж тебе не расскажу-материала полно, даже от меня было тут

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.