Doda97 Posted October 7, 2012 Share Posted October 7, 2012 Hello... Can somebody tell me how i can put interior on any house... etc. is marker in front of house and if i come to marker i will be in interior.Sorry for bad English Link to comment
TAPL Posted October 7, 2012 Share Posted October 7, 2012 https://wiki.multitheftauto.com/wiki/SetElementInterior https://wiki.multitheftauto.com/wiki/OnMarkerHit Link to comment
Tete omar Posted October 7, 2012 Share Posted October 7, 2012 Example local example = createMarker( 1957.8397216797, -2181.6984863281, 13.546875-1, "cylinder", 1.5, 255, 255, 0, 150 ) addEventHandler("onMarkerHit", example, function() setElementInterior( source, 3 ) 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