Tweak weather options for a specific player?Solved
Hi All!

Is is possible to tweak weather options for a specific player?
For example disable fog for admins only or set fog 1 for one player and fog 0 for another.

Thanks.
You should hook into "EnvSync::Save" or set limitNetworking to true and manually send updates with proper method, and there change it per player.
5b6ed4c9ac8e4.jpg misticos
You should hook into "EnvSync::Save" or set limitNetworking to true and manually send updates with proper method, and there change it per player.

Thanks!
What about adminclouds/etc commands? Is it possible to use those for described scenatio?

Probably if there is one didnt use before. Then you will have to grant admin flag.
5b6ed4c9ac8e4.jpg misticos
Probably if there is one didnt use before. Then you will have to grant admin flag.

Yeah, admin flag is not ok.
Maybe you know how to hook into envsync without Assembly-CSharp.dll manipulation?

Locked automatically