Results 1 to 2 of 2

Thread: Interested in finding object coordinates.

  1. #1

    Interested in finding object coordinates.

    How would one find the XZY on a object? Ex: -3.06836, 8.63184, -5.08054
    For example I wanted to find the specific coordinates within a house interior how would I find them.

  2. #2
    Make a trigger activated by Radio Alpha (or any other code) and set its activation to repeatedly. Then paste below in the onActivation line:

    Code:
    hint format ["%1", getPosATL player];
    By activating the radio, it shows you the current player coordinates.

Similar Threads

  1. Help finding an object (Fountain)
    By McNools in forum ARMA 2 & OA : TERRAIN - (Visitor)
    Replies: 6
    Last Post: Jul 5 2012, 05:03
  2. One object carrying another, for those interested
    By JDog in forum ARMA 2 & OA : MODELLING - (O2)
    Replies: 1
    Last Post: Aug 22 2011, 22:23
  3. MP issue, trouble finding distance to server-spawned object
    By JDog in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 1
    Last Post: Sep 5 2010, 02:57
  4. Coordinates?
    By DefianceSWE in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 2
    Last Post: Sep 7 2009, 21:39
  5. finding the X,Y,Z coordinates
    By Nick225 in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 5
    Last Post: Jan 28 2006, 08:38

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •