Thehookerkiller01 Posted April 22, 2009 Share Posted April 22, 2009 How to make the screen black until you join, and just only make it normal when you login. I can't find anything on the wiki about it. Link to comment
Winky Posted April 22, 2009 Share Posted April 22, 2009 http://development.mtasa.com/index.php?title=FadeCamera Link to comment
Thehookerkiller01 Posted April 22, 2009 Author Share Posted April 22, 2009 http://development.mtasa.com/index.php?title=FadeCamera That is just for red, or should I have to use: function addRednessOnDamage ( ) fadeCamera ( source, false, 1.0, 0, 0, 0 ) -- fade the player's camera to red over a period of 1 second setTimer ( fadeCamera, 500, 1, source, true, 0.5 ) -- don't let it go to opaque red, interrupt it after half a second and fade back to normal end addEventHandler ( "onPlayerDamage", getRootElement(), addRednessOnDamage ) ? Link to comment
Lordy Posted April 22, 2009 Share Posted April 22, 2009 Well what do you think? Is there a separate function for every colour or a more generic one which has the colours as arguments? Link to comment
robhol Posted April 22, 2009 Share Posted April 22, 2009 Well what do you think? Is there a separate function for every colour or a more generic one which has the colours as arguments? Are we sure that he does? *robhol hides* 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