VTX Posted October 13, 2012 Share Posted October 13, 2012 Hi! I built a new map, and I would like to hide the clouds. I'm sure it's possible, but I don't know how to do that. Please help me. Link to comment
VTX Posted October 13, 2012 Author Share Posted October 13, 2012 I don't really know how to use it. Link to comment
VTX Posted October 15, 2012 Author Share Posted October 15, 2012 Sorry for doublepost, but somebody would do it? Link to comment
Castillo Posted October 15, 2012 Share Posted October 15, 2012 Create a .lua file and a meta.xml and you put: -- lua file: addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) setCloudsEnabled ( false ) end ) -- meta.xml: Link to comment
VTX Posted October 16, 2012 Author Share Posted October 16, 2012 It works, thank you very much! Link to comment
Moderators IIYAMA Posted October 22, 2012 Moderators Share Posted October 22, 2012 or you can do:(the way I always stop the clouds) 1: login as admin. 2: /start runcode 3: /srun setCloudsEnabled ( false ) --> the command isn't visible for other players, but the clouds are gone for everybody. /run setCloudsEnabled ( false ) Link to comment
Castillo Posted October 22, 2012 Share Posted October 22, 2012 It works, thank you very much! You're welcome. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now