dragonofdark Posted July 25, 2011 Share Posted July 25, 2011 (edited) Hello, I would like to know if there is a way to hide a corona marker by an object. If I'm good, at a certain distance, a marker is hidden if an object is in front of it. But I'm planning to make a sort of rotating light and the object which will be in front of the corona will not hide this corona... Could you help me ? Thanks. PS : I can't test anything before this sunday Edited July 25, 2011 by Guest Link to comment
myonlake Posted July 25, 2011 Share Posted July 25, 2011 Hello,I would like to know if there is a way to hide a corona marker by an object. If I'm good, at a certain distance, a marker is hidden if an object is in front of it. But I'm planning to make a sort of rotating light and the object which will be in front of the corona will not hide this corona... Could you help me ? Thanks. You want to hide the corona or the object? Link to comment
dragonofdark Posted July 25, 2011 Author Share Posted July 25, 2011 I think that is enought comprehensible... I want to hide the marker. Link to comment
myonlake Posted July 25, 2011 Share Posted July 25, 2011 I think that is enought comprehensible... I want to hide the marker. In that case you should do it with the marker's alpha and colors. https://wiki.multitheftauto.com/wiki/CreateMarker createMarker ( x, y, z, "corona", 0.4, 0, 0, 0, 0 ) Red: 0 Green: 0 Blue: 0 Alpha: 0 Should work properly. If not, change alpha to 1 or something. Link to comment
dragonofdark Posted July 25, 2011 Author Share Posted July 25, 2011 Hm... When the rotating light faces at my camera, the opacity of this light is like at 255. When it flashs at the same direction of my camera, the opacity is like at 0. Like a real rotating light. You don't really help 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