hello again. i have another bug report for you and your fine addon here.
when running this
Code:
@name 2dHoloBug
@inputs Kill
@outputs T
runOnTick(1)
T=T+0.5
if(first())
{
holoTextCreate(1)
holoTextCreate(2)
holoText(1,"Errors Spammin")
holoText(2,"Mai Console")
}
holoTextPos(1,owner():pos()+vec(0,0,120))
holoTextPos(2,owner():pos()+vec(0,0,120))
holoTextAng(1,ang(0,T,90))
holoTextAng(2,ang(0,T+180,90))
holoTextParent(1,owner())
holoTextParent(2,owner()) everyone gets this spamming at quite a rate
Code:
...s/gmod_wire_expression2/core/custom/cl_textholos.lua:125: bad argument #1 to 'WorldToLocal' (Vector expected, got nil)
...s/gmod_wire_expression2/core/custom/cl_textholos.lua:125: bad argument #1 to 'WorldToLocal' (Vector expected, got nil)
...s/gmod_wire_expression2/core/custom/cl_textholos.lua:125: bad argument #1 to 'WorldToLocal' (Vector expected, got nil)
...s/gmod_wire_expression2/core/custom/cl_textholos.lua:125: bad argument #1 to 'WorldToLocal' (Vector expected, got nil)
error spams everyone, but holos still appear and spin.
Bookmarks