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

Need option to allow Admins to know world position. #6

Closed
jwo7777777 opened this issue Feb 28, 2014 · 2 comments
Closed

Need option to allow Admins to know world position. #6

jwo7777777 opened this issue Feb 28, 2014 · 2 comments
Assignees

Comments

@jwo7777777
Copy link
Owner

Like:

if (isClient) then {
    [] spawn {
        while {true} do {
            hint format ["getpos: %1", {getpos player};];
            sleep 5;
         };
     };
};
@jwo7777777 jwo7777777 self-assigned this Feb 28, 2014
@jwo7777777 jwo7777777 added this to the Easy in-game server tools milestone Feb 28, 2014
@jwo7777777
Copy link
Owner Author

Something like this was put in admin menu. It is clunky.

@jwo7777777
Copy link
Owner Author

Improved in 4046d48 , 5f2c37f , and 05de0f0

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

1 participant