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
Thank you very much, I appreciate it:)
[JOJO's BIZARRE ABILITIES] lua/autorun/ba_core.lua:1257: Tried to use a NULL entity!
1. GetNoDraw - [C]:-1
2. EmitSoundStand - lua/autorun/ba_core.lua:1257
3. func - lua/autorun/ba_core.lua:39
4. unknown - lua/includes/extensions/net.lua:38
It just appeared without any visible reason while i was playing. it appears only when i turning my stand into a disk. Just a minute ago i created a disk and everything was alright, then i creating next one and this error appears. I even tried to resubscribe, but nothing helping. But, thank goodness, it only disabled the sound of disk creation.
The solution is simple - rename your Entity:PlaySound to something else, like Entity:BAPlaySound.
This way your addon will not break others, and you dont have to ask every single other addon creation to change their names, which ultimately won't really happen or fix the core issue.