Results 1 to 6 of 6

Thread: Finding coordinates

  1. #1
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Finding coordinates

    Hi, im using smart and am trying to find coordinates, how can I do this?

  2. #2
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    bottom left of smart it says the coord
    select client with crosshair

    or colouric[osdjcipcikleklrm;w
    colourpicker

  3. #3
    Join Date
    May 2007
    Posts
    527
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    Quote Originally Posted by IceTruckKiller View Post
    Hi, im using smart and am trying to find coordinates, how can I do this?
    Assuming you're trying to find mouse coordinates (position), you can use

    Simba Code:
    GetMousePos(var x, y: integer);

  4. #4
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Quote Originally Posted by superuser View Post
    Assuming you're trying to find mouse coordinates (position), you can use

    Simba Code:
    GetMousePos(var x, y: integer);
    that won't say the co-ordinates you would have to have it in
    repeat loop with small wait have script started and have
    writeln(IntToStr value of x and y

  5. #5
    Join Date
    May 2007
    Posts
    527
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    Quote Originally Posted by Runehack123 View Post
    that won't say the co-ordinates you would have to have it in
    repeat loop with small wait have script started and have
    writeln(IntToStr value of x and y
    Then, as Runehack said, select client with crosshair and check out Simba's bottom left corner...

  6. #6
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    k but you can also use what superuser have said (and I was adding it uhmm)

    the choice is you no problem

    everything work

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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