Try Posted May 3, 2011 Share Posted May 3, 2011 Hello Guys! Can you help me? How i can change water and sky color for all? When i change only change for me can you help me? But i need like this A Gui for admin change the color Water button open other gui showing 3 text box and 3 labels one Red other Green other Blue and a the text box we put the values like <0-255> Thanks for the help, Maria. Link to comment
proracer Posted May 3, 2011 Share Posted May 3, 2011 Try this: addEventHandler ( 'onClientResourceStart', resourceRoot, function ( ) for i,v in ipairs ( getElementsByType ( 'player' ) ) do setWaterColor ( 255, 128, 0 ); setSkyGradient ( 60, 100, 196, 136, 170, 212 ); end end ); Also nobody takes requests so I think nobody will make your gui, sorry try it yourself. Link to comment
eAi Posted May 3, 2011 Share Posted May 3, 2011 That code is really wrong by the way... Link to comment
Castillo Posted May 3, 2011 Share Posted May 3, 2011 addEventHandler ( 'onClientResourceStart', getResourceRootElement(getThisResource()), function ( ) setWaterColor ( 255, 128, 0 ) setSkyGradient ( 60, 100, 196, 136, 170, 212 ) end) 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