Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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!