Devastator_cm 434 Posted April 17, 2018 Hi Guys, is it not possible to create particle at a dedicated server in which script runs at server? When I run the code directly at server machine it does not create the effect but if I run it on global then I see the particle... I am using createVehicle command Share this post Link to post Share on other sites
Dedmen 2680 Posted April 18, 2018 Correct. Particle effects are local only. Meaning if you create them on the server then clients can't see them. Share this post Link to post Share on other sites
Devastator_cm 434 Posted April 18, 2018 damn! So I need to do remoteexec the particles on each player? :/ That is crazy.... Share this post Link to post Share on other sites
Grumpy Old Man 3545 Posted April 19, 2018 19 hours ago, Devastator_cm said: damn! So I need to do remoteexec the particles on each player? :/ That is crazy.... Don't. Use the function that's responsible for creating particles from initPlayerLocal.sqf and you should be set. Cheers Share this post Link to post Share on other sites