安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








I'll take a look to that.
*EDIT* I got a 8 GB stick of ram for my laptop and it works fine
Turns out this addon creates a huge amount of client-sided errors when a player is stripped of their weapons with ULX. We've been getting players instantly getting the Bad Coder achievement for that xD
[ERROR] addons/foras teleas scriptum hud/lua/autorun/client/obthud.lua:128: Tried to use a NULL entity!
1. GetClass - [C]:-1
2. fn - addons/foras teleas scriptum hud/lua/autorun/client/obthud.lua:128
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
I just added a simple check in the previous line and it seems to work, use it if you like it! :D
...
if hp > 0 and me:GetActiveWeapon() != nil and me:GetActiveWeapon():IsValid() then
...
me:GetActiveWeapon() returns a NULL entity when stripped, but I added the nil check anyways just in case.
Thank you for the cool addon! :D
[EDIT] Forgot to mention it also seems to cause that error with the Melonize addon.
I will take a look to it and try to fix it.
I've just sent a quick patch, tell me if it's fixed or not.
Also, thanks for telling me the bug.
Yup, that seems to be fixed now. Thank you very much!