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
Romara

Убрать спавн предметов в предмете

Всем привет. Подскажите как убрать спавн предметов в предмете.  На пример лежит полицейская куртка в ней пачка патронов и батарейка итд. Заранее спасибо

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

файлик 
cfgspawnabletypes

 <type name="PoliceJacketOrel">
        <cargo preset="toolsPolice" />
    </type>


файлик 
cfgrandompresets

<cargo chance="0.15" name="toolsPolice">
                <item name="Paper" chance="0.05" />
                <item name="Battery9V" chance="0.1" />
                <item name="PersonalRadio" chance="0.1" />
                <item name="Flashlight" chance="0.15" />
                <item name="Roadflare" chance="0.2" />
                <item name="CombatKnife" chance="0.05" />
                <item name="Morphine" chance="0.05" />
                <item name="BandageDressing" chance="0.05" />
        </cargo>

 

Edited by 123new
вставка кода в обязательный тег для вставки (see edit history)

Share this post


Link to post
Share on other sites



  • 0
7 минут назад, projectdayz сказал:

файлик 
cfgspawnabletypes

    <type name="PoliceJacketOrel">
        <cargo preset="toolsPolice" />
    </type>


файлик 
cfgrandompresets


        <cargo chance="0.15" name="toolsPolice">
                <item name="Paper" chance="0.05" />
                <item name="Battery9V" chance="0.1" />
                <item name="PersonalRadio" chance="0.1" />
                <item name="Flashlight" chance="0.15" />
                <item name="Roadflare" chance="0.2" />
                <item name="CombatKnife" chance="0.05" />
                <item name="Morphine" chance="0.05" />
                <item name="BandageDressing" chance="0.05" />
        </cargo>

Я так понимаю если я это удалю, предмет будет спавниться ? Но без содержимого(предметов) верно?

Share this post


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

Я так понимаю если я это удалю, предмет будет спавниться ? Но без содержимого(предметов) верно?

верно

 

Share this post


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

верно

 

А это для чего, в этом же файле?

<type name="DirtBikeHelmet_Blue">
		<attachments chance="0.20">
			<item name="DirtBikeHelmet_Mouthguard" chance="1.00" />
		</attachments>
		<attachments chance="0.20">
			<item name="DirtBikeHelmet_Visor" chance="1.00" />
		</attachments>
	</type>

 

Share this post


Link to post
Share on other sites
  • 0
40 минут назад, Romara сказал:

А это для чего, в этом же файле?

<type name="DirtBikeHelmet_Blue"> <attachments chance="0.20"> <item name="DirtBikeHelmet_Mouthguard" chance="1.00" /> </attachments> <attachments chance="0.20"> <item name="DirtBikeHelmet_Visor" chance="1.00" /> </attachments> </type>


<type name="DirtBikeHelmet_Blue">
		<attachments chance="0.20">
			<item name="DirtBikeHelmet_Mouthguard" chance="1.00" />
		</attachments>
		<attachments chance="0.20">
			<item name="DirtBikeHelmet_Visor" chance="1.00" />
		</attachments>
	</type>

 

а это и есть те самые вещи, которые крепятся к предмету с шансом их появления при спавне

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.