Hi,
So i’m trying to add to player some effect, i used this function http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index4b96.html?title=G.ParticleEffectAttach, and its not going very well
http://dl.dropbox.com/u/28388003/effect.png
I’m need the effect on the player, not outside of him.
That’s what i’m did
[LUA]
ParticleEffectAttach(“flamethrower”,PATTACH_ABSORIGIN_FOLLOW,pl,0)
[/LUA]