I know this is an old addon but i need it for my gamemode an i need some help with it.
Everytime i open th einventory i get this message addons\derprp inv\lua\autorun\client\cl_drpinv.lua:116
anyone got any idea what the problem is?
[highlight](User was banned for this post ("Wrong section" - Ninja101))[/highlight]
Check line 116 in cl_drpinv.lua.
I dont know what is wrong here
local icon = vgui.Create("SpawnIcon", DPanel1)
-line 116- icon:SetModel(info.model)
icon:SetPos(5,5)
icon:SetMouseInputEnabled(false)
i added the the -line 116 so you guys could se whre it is.
[QUOTE=Gastav3;37418804]I dont know what is wrong here
local icon = vgui.Create("SpawnIcon", DPanel1)
-line 116- icon:SetModel(info.model)
icon:SetPos(5,5)
icon:SetMouseInputEnabled(false)
i added the the -line 116 so you guys could se whre it is.[/QUOTE]
Considering it is an old addon, possibly that function has been replaced by something much better and more optimized.
[QUOTE=NightmareX91;37418838]Considering it is an old addon, possibly that function has been replaced by something much better and more optimized.[/QUOTE]
it worked a couple of days ago...
Sorry, you need to Log In to post a reply to this thread.