Revenger27 Posted June 11, 2010 Share Posted June 11, 2010 Can anyone tell me or give me a link to a tutorial on how to make teleports? Link to comment
Spider Pork Posted June 11, 2010 Share Posted June 11, 2010 You'll need this: https://wiki.multitheftauto.com/wiki/SetElementPosition Put it under an event which should trigger the teleport. Link to comment
loler Posted June 11, 2010 Share Posted June 11, 2010 say me when and where ( the coordinates) to teleport , to make a example Link to comment
dzek (varez) Posted June 11, 2010 Share Posted June 11, 2010 you could try some teleports scripts from https://community.multitheftauto.com/ Link to comment
Revenger27 Posted June 13, 2010 Author Share Posted June 13, 2010 i have made a script for a teleport on a teleport from a marker in LS City Hall to the Civic Center Interior local LSCHMarker = createMarker ( 1481.9355, -1771.1598, 18.7958, cylinder, 255, 0, 0, getRootElement() ) function MarkerHit ( hitElement,matchingDimension ) if getElementType ( hitElement ) == "player" then setElementPosition ( Player, 365.9877, 162.5522, 1025.7890,( warp = true ) ) setElementInterior ( Player, 3, 365.9877, 162.5522, 1025.7890 ) end end addEventHandler("onMarkerHit", LSCHMarker, MarkerHit ) this ends with an error and i just dont know whats wrong Link to comment
The_Ex Posted June 13, 2010 Share Posted June 13, 2010 If you don't know how to script and are not willing to learn, just go away... Start here: http://robhol.net/guide/basics/ and here: https://wiki.multitheftauto.com/wiki/Scr ... troduction Link to comment
Revenger27 Posted June 13, 2010 Author Share Posted June 13, 2010 i never said i wasnt willing to learn and i have gone trough the scripting intro at the wiki 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