ติดตั้ง Steam
เข้าสู่ระบบ
|
ภาษา
简体中文 (จีนตัวย่อ)
繁體中文 (จีนตัวเต็ม)
日本語 (ญี่ปุ่น)
한국어 (เกาหลี)
български (บัลแกเรีย)
Čeština (เช็ก)
Dansk (เดนมาร์ก)
Deutsch (เยอรมัน)
English (อังกฤษ)
Español - España (สเปน)
Español - Latinoamérica (สเปน - ลาตินอเมริกา)
Ελληνικά (กรีก)
Français (ฝรั่งเศส)
Italiano (อิตาลี)
Bahasa Indonesia (อินโดนีเซีย)
Magyar (ฮังการี)
Nederlands (ดัตช์)
Norsk (นอร์เวย์)
Polski (โปแลนด์)
Português (โปรตุเกส - โปรตุเกส)
Português - Brasil (โปรตุเกส - บราซิล)
Română (โรมาเนีย)
Русский (รัสเซีย)
Suomi (ฟินแลนด์)
Svenska (สวีเดน)
Türkçe (ตุรกี)
Tiếng Việt (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
<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
<?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>