Advertisement
Silverlan

Untitled

Nov 2nd, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local pcf = "particlefile.pcf"
  2. local particle = "particlename"
  3.  
  4. local ent = Entity(1)
  5. ent:StopParticles()
  6. ParticleEffect(particle,vector_origin,angle_zero,ent)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement