Jump to content
Sign in to follow this  
roguetrooper

Rain can not be disabled in multiplayer?

Recommended Posts

Does anyone know if it is a feature or a bug that rain can not be disabled in multiplayer mode?

A trigger with

* multiple activation

* condition: rain > 0

* activation: 1 setrain 0

does its duty in singleplayer, i.e. it prevents rain. The same trigger does not prevent rain in multiplayer. :(

Is the setrain command working as intended at all?

Share this post


Link to post
Share on other sites

"Each client and the server can have differing rain values", it should work if command is same as on wiki.

I would try to run a script from init.sqf to test it, instead of using the trigger.

Share this post


Link to post
Share on other sites

Try condition: true and on act: 0=[] spawn {while {true} do {1 setRain 0;sleep 1}}

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
Sign in to follow this  

×