Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
1. The equip slot when buying is Slot 3, which also happens to be the slot for primary weapons, meaning you can't buy it unless you drop your primary. You can fix this by editing the following line "SWEP.Slot = 2" in the .gma file to "SWEP.Slot = 6". This will default the weapon to Slot 7 upon buying, which by default can hold infinite different weapons in TTT.
2. The SWEP.Kind value is set to HEAVY in the .gma file. This causes the Grappling Hook to always be treated as a primary weapon, defaulting it to Slot 3, regardless of your SWEP.Slot settings. You can fix this by changing "SWEP.Kind = WEAPON_HEAVY" to "SWEP.Kind = WEAPON_EQUIP1" in the .gma file.