LightifyLife Posted February 2, 2014 Share Posted February 2, 2014 Hi, So I've been working on a login system which works good. There is one issue.. When the login window is created I do: fadeCamera(false,0,0,0,0) But when the map (Its a race server) changes, the background fades away, which I dont want to happen. How can I achieve this? Link to comment
xXMADEXx Posted February 2, 2014 Share Posted February 2, 2014 Rather than doing fadeCamera, you can just make a black rectangle with dxDrawRectangle. Link to comment
LightifyLife Posted February 3, 2014 Author Share Posted February 3, 2014 Rather than doing fadeCamera, you can just make a black rectangle with dxDrawRectangle. Thanks, this worked for me. 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