WeCan Posted October 4, 2018 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 !
MIKI785 Posted October 4, 2018 Posted October 4, 2018 Make the marker pure black rgb(0, 0, 0). That will make it invisible. Lua Scripter Owner of mshost.cz MTA portal.
WeCan Posted October 4, 2018 Author 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
VenomOG Posted October 4, 2018 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
WeCan Posted October 5, 2018 Author 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
LilDawage Posted October 10, 2018 Posted October 10, 2018 just Change marker alpha : createMarker ( x, y, z, "cylinder", 1.5, 255, 255, , ) <<<<<<<<<<<<< Alpha make it = 0 1 RPG/CnR servers Developer , You want help ? contact me on discord >>>lilDawage#8508<<< i'm at your Service 10/24 hours 7/7 days , >>>Welcome<<< Asking Discord Channel JOIN US ON here , you are welcome 10/24 active
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