• Entity Collision
    2 replies, posted
Does anyone know why my entities do this? [IMG]https://i.gyazo.com/93bebd4997d6e359c2e6e7e4e185b88b.gif[/IMG] It does it regardless if I change the modelscale or not. I setup my entities like this: [code] function ENT:Initialize() self:SetUseType( SIMPLE_USE ) self:SetModel("models/props/cs_militia/logpile2.mdl") self:PhysicsInit(SOLID_VPHYSICS) self:SetMoveType(MOVETYPE_NONE) self:DropToFloor() end [/code]
What are they doing?
[QUOTE=code_gs;50559768]What are they doing?[/QUOTE] Look at the gif
Sorry, you need to Log In to post a reply to this thread.