jwo7777777 / A3AL

Code repository for planned SoH ArmA3 Altis Life Server
0 stars 1 forks source link

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

Closed jwo7777777 closed 10 years ago

jwo7777777 commented 10 years ago

Like:

if (isClient) then {
    [] spawn {
        while {true} do {
            hint format ["getpos: %1", {getpos player};];
            sleep 5;
         };
     };
};
jwo7777777 commented 10 years ago

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

jwo7777777 commented 10 years ago

Improved in 4046d486d120c85b85379227235142b5078b014a , 5f2c37fa49d5b8769647fd262b5bdfd1027a2b7e , and 05de0f0ad73faf3d028276036a8c6a317c715ba1