triplesnake Posted January 28, 2012 Share Posted January 28, 2012 so i have been working on some scripts and reseting a my pc related server and stuff and now sudely chat is double and sky is pink how to fix this? sth wrong with a script? Link to comment
Xeno Posted January 28, 2012 Share Posted January 28, 2012 I think you can change the colour of the sky in the admin panel. Link to comment
triplesnake Posted January 28, 2012 Author Share Posted January 28, 2012 no there isnt anything to change it there and about double chat? Link to comment
Klesh Posted January 28, 2012 Share Posted January 28, 2012 The double chat is generate because a resource called playercolors is running, stop it. Link to comment
triplesnake Posted January 28, 2012 Author Share Posted January 28, 2012 its still there the playercolors isnt running Link to comment
triplesnake Posted January 28, 2012 Author Share Posted January 28, 2012 anyhelp about pink sky? Link to comment
Klesh Posted January 28, 2012 Share Posted January 28, 2012 This should make the sky blue and more realistic: function skyColor () setSkyGradient( 60, 100, 196, 136, 170, 212 ) end addEventHandler("onResourceStart", getRootElement(), skyColor) Link to comment
triplesnake Posted January 28, 2012 Author Share Posted January 28, 2012 its still pink with black in the middle Link to comment
BriGhtx3 Posted January 28, 2012 Share Posted January 28, 2012 The chat is double because of freeroam. Just stop the resource. Link to comment
TAPL Posted January 28, 2012 Share Posted January 28, 2012 addEventHandler("onResourceStart",resourceRoot, function() resetSkyGradient() 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