WeCan Posted October 4, 2018 Share Posted October 4, 2018 hi i have gate thats open when player hit marker i want to invisible the marker how i can ? i mean only invisible not remove that ! Link to comment
MIKI785 Posted October 4, 2018 Share Posted October 4, 2018 Make the marker pure black rgb(0, 0, 0). That will make it invisible. Link to comment
WeCan Posted October 4, 2018 Author Share Posted October 4, 2018 (edited) 2 hours ago, MIKI785 said: Make the marker pure black rgb(0, 0, 0). That will make it invisible. Thank you Edited October 4, 2018 by WeCan Link to comment
VenomOG Posted October 4, 2018 Share Posted October 4, 2018 4 hours ago, MIKI785 said: Make the marker pure black rgb(0, 0, 0). That will make it invisible. This will make it black, 4 hours ago, WeCan said: hi i have gate thats open when player hit marker i want to invisible the marker how i can ? i mean only invisible not remove that ! use createMarker(X,Y,Z,"cylinder",SIZE,255,255,255,0,root) the 0 = alpha = invisible Link to comment
WeCan Posted October 5, 2018 Author Share Posted October 5, 2018 18 hours ago, Knuck said: This will make it black, use createMarker(X,Y,Z,"cylinder",SIZE,255,255,255,0,root) the 0 = alpha = invisible Thanks bro Link to comment
LilDawage Posted October 10, 2018 Share Posted October 10, 2018 just Change marker alpha : createMarker ( x, y, z, "cylinder", 1.5, 255, 255, , ) <<<<<<<<<<<<< Alpha make it = 0 1 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