Results 1 to 6 of 6

Thread: MakeCompass & MakeCamera do nothing - [07]

  1. #1
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default MakeCompass & MakeCamera do nothing - [07]

    Hey guys, this is going to be some incredibly simple, stupid mistake. I can just feel it.

    When I run someone else's script, they work fine. When I run this incredibly simple script made just to test these features, they will not work.

    Testing these out so I can continue with practising DTM walking.

    I know it's something incredibly stupid I'm doing, but any help please?

    My code:

    Simba Code:
    program TestWalk;
      {$i SRL/SRL.Simba}
      {$i P07Include.Simba}


    Procedure P07_DeclarePlayer;
    Begin
      P07_PlayerName:='';
      P07_PlayerPass:='';
    end;

    begin

      P07_DeclarePlayer;
      SetupP07Include;
      ActivateClient;
      Wait(2000);

      If (Not P07_LoggedIn) Then
      begin
        P07_LogInPlayer;
      end;

      P07_MakeCameraAngleHigh;
      P07_MakeCompassNorth;

    end.

    Cheers.

    EDIT: I've tried making a function containing them as well, they still do not work when the function is called.

    EDIT2: And yes, I set my browser as the target client.
    Last edited by Fishh; 02-27-2013 at 05:59 PM.

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    SetupP07Include;

    in your main loop

  3. #3
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    SetupP07Include;

    in your main loop

    He has it; right under
    Simba Code:
    P07_DeclarePlayer;

    Forum account issues? Please send me a PM

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Oh I see, I have actually had this same problem MakeCompassAngle not working for me try relogging? I don't know lol

  5. #5
    Join Date
    Apr 2012
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Does it already work for you? because I have the same problem.

  6. #6
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Still haven't found out a way to make this work. I was doing it for DTM walking, but I'm using FindRotatedDTM now so it's not a problem any longer. :P

    I'd still like to be able to use camera rotation and changing the angle for AntiBan purposes though, still not sure why it won't 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
  •