Thread: Home Animation - REWARD = 2.50$ PAYPAL

Results 1 to 5 of 5
  1. #1 Home Animation - REWARD = 2.50$ PAYPAL 
    Registered Member
    Join Date
    Apr 2008
    Age
    30
    Posts
    559
    Thanks given
    9
    Thanks received
    2
    Rep Power
    48
    Is there a code that when a play is in the home area, it turns it into the animation like GE. Like no animation



    ITS COLOR CODED!

    Reply With Quote  
     

  2. #2  
    Member

    Join Date
    Sep 2007
    Posts
    614
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Look for where you call your animations for standing or walking or whatever, and just build some coord-checks in.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2008
    Age
    30
    Posts
    559
    Thanks given
    9
    Thanks received
    2
    Rep Power
    48
    :l...

    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Jul 2009
    Posts
    597
    Thanks given
    158
    Thanks received
    95
    Rep Power
    632
    Yeah could probably use an if statement.. I think
    Reply With Quote  
     

  5. #5  
    I LOVE CHEESE


    Join Date
    Oct 2007
    Age
    29
    Posts
    1,153
    Thanks given
    7
    Thanks received
    8
    Rep Power
    104
    Well if wat i understand is this:


    Um declare this:
    Code:
    public boolean Area() {
    if((absX <= 2337 && absX >= 2319 && absY >= 3673 && absY <= 3687))
    return true;
    else
    return false;
    }
    }
    in:
    Code:
    public int GetStandAnim(int id) {
    add this at top:
    Code:
    if(Area = true) {
    return 994
    } else
    Though i think the cords you gived are wrong
    Havent tested it.
    if you stand at AbsX = 2337 and AbsY = 3687 and works then should work.


    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •