Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen








[[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.