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  
Skif054

Запрет на поднятие фурнитуры

День добрый, подскажите пожалуйста скрипт что бы нельзя было поднять фурнитуру или положить в рюкзак если у нее в слоте лежит предмет.

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0
{   
   override bool CanPutInCargo (EntityAI parent)
    {
        if ( GetNumberOfItems() == 0 )
            return true;
        
        if ( GetNumberOfItems() == 0 )
            return true;
        return false;
    }

    override bool CanPutIntoHands (EntityAI parent)
    {    
        return true;
    }
}

 

Edited by 123new
вставка кода файла в спец. тег для его вставки (see edit history)

Share this post


Link to post
Share on other sites



  • 0
7 часов назад, Venom21 сказал:

{   
   override bool CanPutInCargo (EntityAI parent)
    {
        if ( GetNumberOfItems() == 0 )
            return true;
        
        if ( GetNumberOfItems() == 0 )
            return true;
        return false;
    }

    override bool CanPutIntoHands (EntityAI parent)
    {    
        return true;
    }
}

Скрипт работает только если положить в ячейку, а мне нужен для слота.

1543549667_.png.b2dc87ea71ecfca9312ade954ddf6fdd.png

Вот такого.

Share this post


Link to post
Share on other sites
  • 0
02.03.2022 в 04:48, Skif054 сказал:

Скрипт работает только если положить в ячейку, а мне нужен для слота.

1543549667_.png.b2dc87ea71ecfca9312ade954ddf6fdd.png

Вот такого.

Тогда посмотри в скриптах оружия функцию findattacment, и вставь в этот скрипт..

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.