Jump to content

Help Water color and skycolor script!


berry7009

Recommended Posts

function SkyGradient(SkyGradient) 
setSkyGradientsetSkyGradient( 200, 0, 100, 150, 0, 70 ) 
end 
addCommandHandler("sky",SkyGradient) 

what's wrong !? its so simple ! i get that error: attempt to call global setSkygradientsetSkyGradient'

also how to change water color ? can you make me an example please for both Sky and water and if you can make one sky with RGB ?

UPDATE : i fixed the setSky

function Skycolor(setSkyGradient) 
setSkyGradient( 200, 0, 100, 150, 0, 70 ) 
end 
addCommandHandler("sky", Skycolor) 

now i get another error: attempt to call setskygradient

Edited by Guest
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...