• Map props into entities?
    3 replies, posted
Is it possible to make map props into entities? For example, I want to use Evocity's ATM for my bank ATM. At the bank in Evocity, the little ATM right there to where I can make it into a bank entity. Anyway I could do this?
You mean use the model? Or replace a prop in the map with the entity?
[lua] local bankpos = Vector(0,0,0) local area = 64 for k,v in pairs(ents.FindInSphere(bankpos,area) do -- blah blah blah end [/lua]
but if you use zacks method then you could be near it but not facing it.
Sorry, you need to Log In to post a reply to this thread.