Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta








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