Results 1 to 6 of 6

Thread: MakeCompass('S')

  1. #1
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default MakeCompass('S')

    When I use this it changes to south but it returns back to north right away.. It is in my main loop behind loginplayer. What do I do wrong?

  2. #2
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    ClickNorth(SRL_ANGLE_HIGH);
    is what I use at the moment to make it work but with the compass at south it would be better

  3. #3
    Join Date
    Mar 2007
    Posts
    393
    Mentioned
    1 Post(s)
    Quoted
    98 Post(s)

    Default

    Quote Originally Posted by denart5 View Post
    When I use this it changes to south but it returns back to north right away.. It is in my main loop behind loginplayer. What do I do wrong?
    Simba Code:
    ClickNorth(SRL_ANGLE_HIGH);
    makes you look north and zooms camera out... If you want to stay looking south then don't use this!
    Use only
    Simba Code:
    MakeCompass('S');

  4. #4
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    Quote Originally Posted by t4q View Post
    Simba Code:
    ClickNorth(SRL_ANGLE_HIGH);
    makes you look north and zooms camera out... If you want to stay looking south then don't use this!
    Use only
    Simba Code:
    MakeCompass('S');
    Only using MakeCompass('S') makes it return to north, I just replaced it with ClickNorth(SRL_ANGLE_HIGH) which is a bit less effective for my script.

  5. #5
    Join Date
    Mar 2007
    Posts
    393
    Mentioned
    1 Post(s)
    Quoted
    98 Post(s)

    Default

    Quote Originally Posted by denart5 View Post
    Only using MakeCompass('S') makes it return to north, I just replaced it with ClickNorth(SRL_ANGLE_HIGH) which is a bit less effective for my script.
    Can you put whole script here please?

  6. #6
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    Quote Originally Posted by t4q View Post
    Can you put whole script here please?
    Got it to work by restarting everything, thank you anyways

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
  •