Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] map teleport #15

Open
mrwalder opened this issue Dec 3, 2018 · 1 comment
Open

[Feature Request] map teleport #15

mrwalder opened this issue Dec 3, 2018 · 1 comment

Comments

@mrwalder
Copy link

mrwalder commented Dec 3, 2018

I was wondering if there would be a possibility for an admin teleport option to say click teleport on map?

@griha41
Copy link

griha41 commented Dec 14, 2018

Or as variant put a fields for input X and Y coords in your tools.

For example with this code:

// X_Coodr and Y_Coodr is string

float Z_Coodr = GetGame().SurfaceY(X_Coodr.ToFloat(), Y_Coodr.ToFloat());
vector reqpos = Vector(X_Coodr.ToFloat(), Z_Coodr, Y_Coodr.ToFloat());
player.SetPosition(reqpos);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants