golanu21 Posted July 29, 2013 Posted July 29, 2013 hi, how i make that ? , when i am in a marker, and i press "f" to make something
Castillo Posted July 29, 2013 Posted July 29, 2013 createMarker bindKey unbindKey isElementWithinMarker onMarkerHit onMarkerLeave
golanu21 Posted July 29, 2013 Author Posted July 29, 2013 man, you can give me an simple example pls ?
iPrestege Posted July 29, 2013 Posted July 29, 2013 local marker = createMarker addEventHandler -- on hit, function if getElementType then bindKey end end ) addEventHandler -- on leave, function if getElementType then unbindKey end end ) function -- on anwer the call from the key -- WTF end
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