Jump to content

Water


Try

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...