Hi,
So i'm trying to add to player some effect, i used this function [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index4b96.html?title=G.ParticleEffectAttach[/url], and its not going very well
[img]http://dl.dropbox.com/u/28388003/effect.png[/img]
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]
I have a slight feeling that the effect is made to be offset from the player. Since the effect is bound to an entity, you probably have to spawn another entity, offset it by some amount, and parent it to the player. Then attach the effect on that.
Sorry, you need to Log In to post a reply to this thread.