donis123 Posted August 25, 2013 Share Posted August 25, 2013 Hey. how do i make an Interior, so when i hit the marker i will be taken to the interior? Link to comment
EstrategiaGTA Posted August 25, 2013 Share Posted August 25, 2013 (edited) Use: createMarker --For create your marker. "onMarkerHit" or "onClientMarkerHit" --The first event is server only and the second client only. setElementPosition --For set the player's position. setElementInterior --For set the player's interior. Edited August 25, 2013 by Guest Link to comment
Castillo Posted August 25, 2013 Share Posted August 25, 2013 createMarker -- Creates a marker setElementInterior -- Sets an element interior onMarkerHit -- An event so when you hit the marker, you can set the interior. Link to comment
donis123 Posted August 25, 2013 Author Share Posted August 25, 2013 Use: createMarker "onMarkerHit" or "onClientMarkerHit" setElementPosition setElementInterior what do i write in it? ;S Link to comment
EstrategiaGTA Posted August 25, 2013 Share Posted August 25, 2013 Click in the functions and read the Wiki examples so you'll understand them. Link to comment
donis123 Posted August 25, 2013 Author Share Posted August 25, 2013 Click in the functions and read the Wiki examples so you'll understand them. kk Link to comment
donis123 Posted August 25, 2013 Author Share Posted August 25, 2013 createMarker -- Creates a marker setElementInterior -- Sets an element interior onMarkerHit -- An event so when you hit the marker, you can set the interior. thanks bro very helpfull! ^^ 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