Rhino Posted September 1, 2011 Share Posted September 1, 2011 Hi. So I am building this city on the height of 20000 and I decided to raise water level and color my water using this code: setWaterLevel(20001.5) setWaterColor (34, 20, 240, 200) The problem is that water is too transparent. Is there a way this can be fixed? Here's a screenshot. Thanks in advance. Link to comment
karlis Posted September 1, 2011 Share Posted September 1, 2011 i think height is too big for water to show normally. but try setting water color to default and then to your color again. Link to comment
rsskiller1 Posted September 1, 2011 Share Posted September 1, 2011 setWaterColor (Red, Green, Blue, Alpha) Try to use: setWaterColor (34, 20, 240, 250) Link to comment
AGENT_STEELMEAT Posted September 1, 2011 Share Posted September 1, 2011 Rather than raise the water level, try using createWater(). Link to comment
NotAvailable Posted September 1, 2011 Share Posted September 1, 2011 Water is only visible in GTA SA Map, So stay in GTA's Bounds. Link to comment
Rhino Posted September 1, 2011 Author Share Posted September 1, 2011 Reduced height from 20000 to 200. Water's no longer transparent. Thanks, guys. 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