Jump to content

[HELP]teleporting


TheBossasdasd

Recommended Posts

  
function warpToLVStunt  ( source, commandName ) 
    setElementPosition ( source, 1234 , 1234, 1234 ) 
    -- replace those 1234s with respectively the x, y and z coordinates of your stunt park. 
    -- to get the position, one way would be to make another command that outputs your getElementPosition 
  
end 
addCommandHandler ( "lvstunt", warpToLVStunt  ) 
  

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...