Jump to content

Recommended Posts

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

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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×