Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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.