We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was wondering if there would be a possibility for an admin teleport option to say click teleport on map?
The text was updated successfully, but these errors were encountered:
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);
Sorry, something went wrong.
No branches or pull requests
I was wondering if there would be a possibility for an admin teleport option to say click teleport on map?
The text was updated successfully, but these errors were encountered: