Results 1 to 4 of 4

Thread: Script help

  1. #1
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default Script help

    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.



    Now, What do I do?

  2. #2
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    This is from your script? or are using another script?
    Usually it isn't a problem, it disappears after the color is found on screen.

  3. #3
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    If this is your script. On your findcolor...etc function, you can do this to your x,y variable to make it always in window.
    Simba Code:
    If X < 0 Then
      X := 0;
    If Y < 0 Then
      Y := 0;
    Oh Hai Dar

  4. #4
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by P1nky View Post
    This is from your script? or are using another script?
    Usually it isn't a problem, it disappears after the color is found on screen.
    It's mine. I made a new Cow killer script, it only kills cows, not banks the hides or anything. I just need some help with it.

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
  •