安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Heres the code if anyone wants it too.
itemList = {
"weapon_crowbar",
"weapon_pistol"
}
VSHARE.item.ClassID = itemList[math.random(1, #itemList)]
return
buying item 1 in category 1
[VendR - Customizable Vending Machines] lua/entities/ser_vender/init.lua:154: attempt to index a nil value
1. CreateWeapon - lua/entities/ser_vender/init.lua:154
2. func - lua/entities/ser_vender/init.lua:120
3. unknown - lua/includes/extensions/net.lua:32
1. CreateValueEditor - lua/entities/ser_vender/shared.lua:366
2. LoadItems - lua/entities/ser_vender/shared.lua:235
3. OnRowSelected - lua/entities/ser_vender/shared.lua:488
4. OnClickLine - lua/vgui/dlistview.lua:422
5. unknown - lua/vgui/dlistview_line.lua:81
Happens whenever I make a new category.
I make everything free but just curious
1. CreateValueEditor - addons/vendr/lua/entities/ser_vender/shared.lua:367
2. LoadItems - addons/vendr/lua/entities/ser_vender/shared.lua:236
3. OnRowSelected - addons/vendr/lua/entities/ser_vender/shared.lua:489
4. OnClickLine - lua/vgui/dlistview.lua:422
5. unknown - lua/vgui/dlistview_line.lua:81
This is another error. It happens if I'm editing the machine and already have persistence enabled; if I leave the editor, this error comes and everything is cleared.
1. CreateWeapon - addons/vendr/lua/entities/ser_vender/init.lua:154
2. func - addons/vendr/lua/entities/ser_vender/init.lua:120
3. unknown - lua/includes/extensions/net.lua:32
I see where you addressed it earlier, saying that an item must be broken. This can't the case, though, because all of my items (including vanilla ones) create this error.
1. v - lua/entities/bullet/init.lua:18
2. unknown - lua/includes/modules/hook.lua:84
help please
i cant spawn anything
[VendR - Customizable Vending Machines] lua/entities/ser_vender/init.lua:127: attempt to call method 'CPPIGetOwner' (a nil value)
1. func - lua/entities/ser_vender/init.lua:127
2. unknown - lua/includes/extensions/net.lua:32
I get this everytime I exit out of the customization menu,
And once after that error all of my weapons except the first one I've created disappeared in my category, though it didnt happen again since and I cant make that happen again .
Suggestions
--If you close the customization menu all of the other input boxes (for typing weapon name etc.) should also close (if possible).
--Maybe add a cvar for changing the delay of the weapon coming out of the machine
--Make settings tab (during customization) refresh itself when enabling/disabling persisting or at least add some text to remind you to press settings.
Overall, this mod is freaking awesome and has a LOT of potential. Keep updating it and keep up the good work!
Liked+Favorited
I didn't even know that this exists! What is going on!
1. CreateWeapon - lua/entities/ser_vender/init.lua:154
2. func - lua/entities/ser_vender/init.lua:120
3. unknown - lua/includes/extensions/net.lua:32