Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T152407
Change Details
Change Details
Old
New
Diff
{F1847046} {F1847050} Just need to add these strings to **cfgspawnabletypes.xml** ``` <type name="Flashlight"> <attachments chance="0.30"> <item name="Battery9V" chance="1.00" /> </attachments> </type> <type name="Headtorch_Grey"> <attachments chance="0.20"> <item name="Battery9V" chance="1.00" /> </attachments> </type> <type name="Headtorch_Black"> <attachments chance="0.15"> <item name="Battery9V" chance="1.00" /> </attachments> </type> ```
{F1847046} {F1847050} Just need to add these strings to **cfgspawnabletypes.xml** ``` <type name="Flashlight"> <attachments chance="0.30"> <item name="Battery9V" chance="1.00" /> </attachments> </type> <type name="Headtorch_Grey"> <attachments chance="0.20"> <item name="Battery9V" chance="1.00" /> </attachments> </type> <type name="Headtorch_Black"> <attachments chance="0.15"> <item name="Battery9V" chance="1.00" /> </attachments> </type> ```
{F1847046} {F1847050} Just need to add these strings to **cfgspawnabletypes.xml** ``` <type name="Flashlight">
<attachments chance="0.30">
<item name="Battery9V" chance="1.00" />
</attachments>
</type> <type name="Headtorch_Grey">
<attachments chance="0.20">
<item name="Battery9V" chance="1.00" />
</attachments>
</type> <type name="Headtorch_Black">
<attachments chance="0.15">
<item name="Battery9V" chance="1.00" />
</attachments>
</type> ```
Continue