whereami

Discussion in 'Scripting' started by Rindog, Jun 3, 2003.

  1. Rindog Corporal

    Contributions:
    21
    Whereami?.....it's not a question...it's a command, a console command.

    It's boolean, so 1 for on and 0 for off.

    Bring up the console ~
    Type whereami 1 and hit enter
    now, leave up the console, but click off of it, so that you can move your player, but still see the console. Now, everytime you move, the coordinates will be updated and displayed. Might be easier to use than the "coord" command.
  2. Parts Private

    Contributions:
    6
    I find a little thread in your map script a little more useful than whereami :-

    in your mail script put:

    Thread location

    then put at the bottom of the script

    Code:
    location:
       while (1)
       {
          println $player[1].origin
          println $player[1].angles
    
          wait 5
       }
    end
  3. Rindog Corporal

    Contributions:
    21
    You know, I've seen that in code and read right over it. That is a great tip. Thank you Parts! Will definitely use that one.
  4. c00ki3 m0nst3r Private

    Contributions:
    5
    i didnt know about whereami... i always use view pos for my coords
    1 person likes this.
  5. Cod Private

    Contributions:
    1
    Hmm, these console commands don't seem to work in SH. No response to whereami 1, view pos or coords. And I can't find mail.scr either, lol!

    Help! I need to map the co-ordinates in order to insert new spawn points into maps and that seems the easiest way of figuring out where to put them.

    Cod
Drop files here to upload
Draft saved Draft deleted

Share This Page