Chessnut / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.rocks
MIT License
94 stars 77 forks source link

Vendor (Plugin) #291

Closed art-gur closed 9 years ago

art-gur commented 9 years ago

Hello! When the settings of the goods (for the vendor), the following error (NutScript 1.1):

Warning: vgui.Create failed to create the VGUI component (DProperty_Combo) TEST [lua/vgui/dnumslider_legacy.lua][lua/vgui/dlistview_line.lua]

[ERROR] gamemodes/nutscript/plugins/vendor/derma/cl_vendor.lua:498: attempt to call method 'AddChoice' (a nil value)

  1. OnClickLine - gamemodes/nutscript/plugins/vendor/derma/cl_vendor.lua:498
    1. unknown - lua/vgui/dlistview_line.lua:87

Warning: vgui.Create failed to create the VGUI component (DProperty_Combo) TEST [lua/vgui/dnumslider_legacy.lua][lua/vgui/dlistview_line.lua]

[ERROR] gamemodes/nutscript/plugins/vendor/derma/cl_vendor.lua:498: attempt to call method 'AddChoice' (a nil value)

  1. OnClickLine - gamemodes/nutscript/plugins/vendor/derma/cl_vendor.lua:498
    1. unknown - lua/vgui/dlistview_line.lua:87

Warning: vgui.Create failed to create the VGUI component (DProperty_Combo) TEST [lua/vgui/dnumslider_legacy.lua][lua/vgui/dlistview_line.lua]

[ERROR] gamemodes/nutscript/plugins/vendor/derma/cl_vendor.lua:498: attempt to call method 'AddChoice' (a nil value)

  1. OnClickLine - gamemodes/nutscript/plugins/vendor/derma/cl_vendor.lua:498
    1. unknown - lua/vgui/dlistview_line.lua:99
Chessnut commented 9 years ago

You need to use the GMod dev branch