Results 1 to 3 of 3

Thread: New method for compass moving

  1. #1
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default New method for compass moving

    You guys all know that the compass can be set to straight north by clicking on it right?

    Differences between this method and the current compass manipulation method:
    - clicking puts compass exactly north, keys do not
    - clicking makes cam go down (easily fixed), keys do not

    I suppose it could be easy to detect color bots if they begin to rely on clicking the compass, but I propose it should be added as a possible case when calling
    Simba Code:
    MakeCompass('n');
    or whatever.

  2. #2
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    There's already one:
    Simba Code:
    {*******************************************************************************
    procedure ClickNorth(AngleHigh : boolean);
    By: R1ch
    Description: Clicks the compass to make it perfect North. Will set angle at
                 highest depending on AngleHigh
    *******************************************************************************}

  3. #3
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whoops... sorry bout that. Thanks for the correction

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
  •