Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
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.