ViniG Posted September 22, 2017 Share Posted September 22, 2017 Hello, how do I open a panel by marker? Link to comment
DNL291 Posted September 22, 2017 Share Posted September 22, 2017 (edited) createMarker 'onClientMarkerHit' guiSetVisible showCursor Edited September 22, 2017 by DNL291 Link to comment
itHyperoX Posted September 22, 2017 Share Posted September 22, 2017 local marker = createMarker(x,y,z,"cylinder",1.3,255,0,0,255) addEventHandler("onClientMarkerHit", marker,function(p) if p == localPlayer then showCursor(true) -- your gui here end end ) 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