Revenger27 Posted June 11, 2010 Posted June 11, 2010 Can anyone tell me or give me a link to a tutorial on how to make teleports?
Spider Pork Posted June 11, 2010 Posted June 11, 2010 You'll need this: https://wiki.multitheftauto.com/wiki/SetElementPosition Put it under an event which should trigger the teleport.
loler Posted June 11, 2010 Posted June 11, 2010 say me when and where ( the coordinates) to teleport , to make a example M T A Note:SAMP SUCKS BADLY!!! Note: People in fire are SAMP
dzek (varez) Posted June 11, 2010 Posted June 11, 2010 you could try some teleports scripts from https://community.multitheftauto.com/ Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online! programista php rzeszów Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting. Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!
Revenger27 Posted June 13, 2010 Author 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
The_Ex Posted June 13, 2010 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 MTASA.LV - Latvian MTA Community
Revenger27 Posted June 13, 2010 Author Posted June 13, 2010 i never said i wasnt willing to learn and i have gone trough the scripting intro at the wiki
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