ติดตั้ง 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 (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
1. Approach - lua/includes/extensions/math.lua:203
2. Draw - lua/entities/qba_timefreeze.lua:145
3. unknown - gamemodes/base/entities/entities/base_anim.lua:49 (x384)
[Quantum Break: Time Powers v20210130 Nn_fixed v2_202102020956] lua/includes/extensions/math.lua:172: attempt to compare nil with number
1. Approach - lua/includes/extensions/math.lua:172
2. Draw - lua/entities/qba_timefreeze.lua:145
3. unknown - gamemodes/base/entities/entities/base_anim.lua:49
I think its been fixed now, do please try and let me know if this happens again : )
In my game this error aren't showed up, and I think it is the reason why some times the abilities aren't working (specially time freeze).
So I did a "try catch" and found that function "SetMaterial" needs file extension to be added (unlike function "Material").
When I try catch, I found it returns false which means an error.
[Quantum Break: Time Powers] lua/entities/qba_timefreeze.lua:104: bad argument #1 to 'SetMaterial' (string expected, got userdata)
1. SetMaterial - [C]:-1
2. unknown - lua/entities/qba_timefreeze.lua:104
[Quantum Break: Time Powers] lua/includes/extensions/math.lua:172: attempt to compare nil with number
1. Approach - lua/includes/extensions/math.lua:172
2. Draw - lua/entities/qba_timefreeze.lua:145
3. unknown - gamemodes/base/entities/entities/base_anim.lua:49 (x3136)
This appears every time I use Time Stop or Time Barrier. The bubble doesn't show up (The broken glass effect does) and the time stop doesn't work either.