ronaldoguedess Posted October 25, 2014 Share Posted October 25, 2014 Good afternoon, How can I let the player screen in black and white? Link to comment
FatalTerror Posted October 25, 2014 Share Posted October 25, 2014 Hi, Using shaders probably. Take a look: https://community.multitheftauto.com/index.php?p= ... ls&id=3139 Link to comment
ronaldoguedess Posted October 25, 2014 Author Share Posted October 25, 2014 Thanks for answering! but I want to leave this way: Link to comment
albers14 Posted October 25, 2014 Share Posted October 25, 2014 Draw a big fat dxDraw rectangle over it, with an lowered alpha and the grey color, lol. Link to comment
ronaldoguedess Posted October 25, 2014 Author Share Posted October 25, 2014 but this way, all the dxImage dxretangle and would stay that color too! I would use a shader to do that! do you know any? Link to comment
Moderators IIYAMA Posted October 25, 2014 Moderators Share Posted October 25, 2014 bool dxDrawImage ( float posX, float posY, float width, float height, mixed image [, float rotation = 0, float rotationCenterOffsetX = 0, float rotationCenterOffsetY = 0, int color = tocolor(255,255,255,255), bool postGUI = false ] ) https://wiki.multitheftauto.com/wiki/DxDrawImage Drop down those values. try: 150,150,150 or 50,50,50 and it will lose it's colors. Just play with the values and it will be al right. If you have photoshop: You can also open the hud in photoshop change it to gray colors (and save your action). If you are good with photoshop you can use a batch or a standard scripts to change them all with one click. Link to comment
DNL291 Posted October 26, 2014 Share Posted October 26, 2014 https://community.multitheftauto.com/ind ... ls&id=8466 Did you saw that shader? 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