Brolis Posted August 5, 2012 Share Posted August 5, 2012 (edited) Hello, first i just want to show us, what I wan't to know about: Is that? (x, y, z, r, g, b, - wheres alpha? I can't see ) safecol = createColCuboid ( 95.974617004395, 1751.3895263672, 17.640625, 255, 255, 255 ) Is that? (x, y, ?, ?, ?, ?, ?, - wheres alpha, colors? I can't see ) safeZoneRadar = createRadarArea ( 95.974617004395, 1751.3895263672, 255, 255, 240, 0, 0 ) Tell me what means the last numbers... How to make alpha on radar area color? I tryed everything. Edited August 6, 2012 by Guest Link to comment
Castillo Posted August 5, 2012 Share Posted August 5, 2012 Colshapes has no alpha, because they are not visible, only radar areas has color. safeZoneRadar = createRadarArea ( 95.974617004395, 1751.3895263672, 255, 255, 240, 0, 0, 200 ) -- 200 = alpha. Link to comment
Brolis Posted August 5, 2012 Author Share Posted August 5, 2012 Thanks a lot of, I will try it. 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