Issue: SPS and minimap angle

  1. issueid=299 07-14-2014 10:39 PM
    SRL Junior Member
    SPS and minimap angle
    Always clicking compass when not needed.

    Due to the new update the compass may be a bit offset because even tho is set up to north sps keeps clicking the compass and this is what shows up in the console.
    Simba Code:
    -- sps.getPlayerPos(): Angle is at 248.962488974578, Setting angle to 0 degrees

    So it keeps on clicking over and over again, setting up the camera when is not needed.

    Note: this only happens sometimes!
Issue Details
Issue Number 299
Project SRL Bugs and Suggestions
Status Resolved
Users able to reproduce bug 1
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)




  1. 07-15-2014 04:39 PM
    SRL Developer
    I'll go test this out tonight - for now you may want to put it to spsAnyAngle := true;
  2. 07-15-2014 10:34 PM
    SRL Junior Member
    Well cant reproduce it anymore, weird..
    Thank you for the reply! :D
  3. 07-18-2014 07:04 AM
    SRL Junior Member
    I'm getting the very same thing, its sometimes when it happens(mostly upon starting the script).
  4. 07-19-2014 03:14 AM
    The Academic
    Ahh, that's why my script was spam clicking the compass :p

    I just use spsAnyAngle := true anyway.
  5. 07-28-2014 12:54 AM
    SRL Developer
    Yeah there is something up with radians function i believe... I took a stab at it but I failed. Maybe Olly or Coh3n can see what's up with it
  6. 07-28-2014 05:33 AM
    The Academic
    Quote Originally Posted by Ashaman88
    Yeah there is something up with radians function i believe... I took a stab at it but I failed. Maybe Olly or Coh3n can see what's up with it
    Looks like turp fixed this https://github.com/SRL/SRL-6/commit/...e04a1040d2e7d6
+ Reply