Jump to content
  • 0

[Q] how can i make interiors and teleports.


tsiki

Question

5 answers to this question

Recommended Posts

  • 0

Yea, sure:

"onClientKey"/bindKey 
setElementPosition 

The only way to do this is via scripting in Lua.

Fortunately, the script you want is very easy.

Just, try to do it, PLEASE.

If you at least made some code lines and it's not working, we will help you to develope it and make you understand it.

Link to comment
  • 0

You could retrieve coordinates by using Admin Panel.

The script would work this way...

function warpPlayer ( player ) 
    setElementPosition ( ... ) --Click the name of this function 
end 
bindKey ( "somekey", "somestate", warpPlayer ) 

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...