• ParticleEffects and Control Points
    0 replies, posted
I'm creating a custom source engine particle effect. This is working, but it's just staying where it's created with the default world X Y Z axis. How can I set the control points to make it work proper? local SmexyFX = ParticleEffect( "pfxName", Ent:GetPos(), Ent:GetAngles(), Ent )
Sorry, you need to Log In to post a reply to this thread.