Long story short, this doesn't work:
[CODE]
for k,v in pairs(ents.FindInSphere(ents.FindByName("exists"):GetPos(), (KD_SIZE * 1.2))) do
[/CODE]
Specifically the GetPos() part.
You cant GetPos on a table
So I'm guessing FindByName returns a table of multiple entities, rather than just one table object. I'll try that.
Sorry, you need to Log In to post a reply to this thread.