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
[[vj] mistake snpcs] addons/[vj] mistake snpcs/lua/entities/sent_vj_mist_mon_sp.lua:38: attempt to index a nil value
1. Init - addons/[vj] mistake snpcs/lua/entities/sent_vj_mist_mon_sp.lua:38
2. unknown - lua/entities/obj_vj_spawner_base/init.lua:182
3. ogfunc - [C]:-1
4. Spawn - lua/conv/sh.lua:95
5. InternalSpawnNPC - gamemodes/sandbox/gamemode/commands.lua:524
6. Spawn_NPC - gamemodes/sandbox/gamemode/commands.lua:588
7. unknown - gamemodes/sandbox/gamemode/commands.lua:620
8. unknown - lua/includes/modules/concommand.lua:54
[[vj] mistake snpcs] addons/[vj] mistake snpcs/lua/entities/sent_vj_mist_mon_sp.lua:38: attempt to index a nil value
1. Init - addons/[vj] mistake snpcs/lua/entities/sent_vj_mist_mon_sp.lua:38
2. unknown - lua/entities/obj_vj_spawner_base/init.lua:182
3. ogfunc - [C]:-1
4. Spawn - lua/conv/sh.lua:95
5. InternalSpawnNPC - gamemodes/sandbox/gamemode/commands.lua:524
6. Spawn_NPC - gamemodes/sandbox/gamemode/commands.lua:588
7. LeftClick - gamemodes/sandbox/entities/weapons/gmod_tool/stools/creator.lua:35
8. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:235
I'm gonna be real honest with you, I decompile the addon, then I saw that there was like a part of the coding in the spawner specifically "Random Monster Spawner" that included having bosses spawned as well such as "Anita Anderson" and "Dr. Hamon Heath", I deleted the first part and second part specifically the "/*" and "*/", then I added a missing "," beside one of the npc row so that it didn't get a lua error when I try spawning it in after the few fixes I added, but it still got a lua error because of something relating to the "command", I think.