DayZ
Cheytac M200 from ArmA 2 Port
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
xxxx 2020년 2월 16일 오전 5시 13분
Types + Trader config
Configured xml + Trader Config
Change values to your own these are not how i use them!

Types.xml: https://pastebin.com/vqrWXjQp
Trader Config: https://pastebin.com/04KTUtLa
CFGSpawnabletypes.xml: (Need to figure this out)

These are here for easy marking, if you dont want them you dont need them, there just marking areas for easier searching if something doesnt work down the line
<!-- CheytacM200 -->
<!--CheytacM200End -->
xxxx 님이 마지막으로 수정; 2020년 2월 16일 오후 12시 44분
< >
전체 댓글 4개 중 1~4개 표시 중
Militaru 2020년 3월 5일 오후 5시 28분 
sounds good
Thrasher 2020년 7월 1일 오후 1시 12분 
jw if this will work with the new 1.08 update was waiting for update to rebuild my server and been wanting to add this gun i luv it TYIA noob here lol
paulsilver 2020년 11월 13일 오후 7시 10분 
This i how that file works (PM me if you need more help)
<type name="ussr_m200"> //Main item
<attachments chance="1.00"> //Attachment slot change (suppressors, mag, optics)
<item name="M200Optic" chance="0.60" /> //The specific item to connect tot the slot and
selction chance
<item name="M200Optic_black" chance="0.40" />
</attachments>
</type>
Also took the time and made the file so here you go:

https://pastebin.com/PmW3T0ar
paulsilver 님이 마지막으로 수정; 2020년 11월 13일 오후 7시 10분
Octron 2022년 10월 11일 오전 12시 21분 
cfgspawnabletypes.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<spawnabletypes>
<type name="ussr_m200">
<attachments chance="0.90">
<item name="M200Optic" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="M200Suppressor" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="Mag_ussrm200_7Rnd" chance="1.00" />
</attachments>
</type>
<type name="ussr_m200_black">
<attachments chance="0.90">
<item name="M200Optic_Black" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="M200Suppressor_black" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="Mag_ussrm200_7Rnd" chance="1.00" />
</attachments>
</type>
</spawnabletypes>
< >
전체 댓글 4개 중 1~4개 표시 중
페이지당 표시 개수: 1530 50