Thread: z508/525 Fight Pits Attack Problem.

Results 1 to 10 of 10
  1. #1 z508/525 Fight Pits Attack Problem. 
    Gfx/Coder


    Join Date
    Dec 2008
    Posts
    1,965
    Thanks given
    38
    Thanks received
    48
    Rep Power
    320
    Fixed.
    Reply With Quote  
     

  2. #2  
    Propane
    Guest
    u mean u copyed and pasted rule-12 fight pits
    Reply With Quote  
     

  3. #3  
    Gfx/Coder


    Join Date
    Dec 2008
    Posts
    1,965
    Thanks given
    38
    Thanks received
    48
    Rep Power
    320
    Nope, I mean I looked at their code and made my own... If I copied and pasted that, I wouldn't have this problem...
    Reply With Quote  
     

  4. #4  
    Registered Member
    Incendiary's Avatar
    Join Date
    Jul 2009
    Posts
    348
    Thanks given
    94
    Thanks received
    43
    Rep Power
    160
    maybe your fight pits coords are a safezone?
    Reply With Quote  
     

  5. #5  
    Gfx/Coder


    Join Date
    Dec 2008
    Posts
    1,965
    Thanks given
    38
    Thanks received
    48
    Rep Power
    320
    I dont think so.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Marco's Avatar
    Join Date
    Aug 2009
    Posts
    160
    Thanks given
    1
    Thanks received
    19
    Rep Power
    104
    I didn't even bother to read all that i just saw ur name and started playing it on my guitar ftw metallica
    Reply With Quote  
     

  7. #7  
    Gfx/Coder


    Join Date
    Dec 2008
    Posts
    1,965
    Thanks given
    38
    Thanks received
    48
    Rep Power
    320
    Wow lol...
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Sep 2009
    Posts
    52
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Try this
    Code:
    public boolean AtPits()
    {
    if(absX >= 2370 && absY >= 5128 && absX <= 2426 && absY <= 5167)
    {
    return true;
    Those are coords obviously...

    Working On A Server

    + Learning how to code doing it ^_^
    Reply With Quote  
     

  9. #9  
    Gfx/Coder


    Join Date
    Dec 2008
    Posts
    1,965
    Thanks given
    38
    Thanks received
    48
    Rep Power
    320
    Nope already got that.
    Reply With Quote  
     

  10. #10  
    Gfx/Coder


    Join Date
    Dec 2008
    Posts
    1,965
    Thanks given
    38
    Thanks received
    48
    Rep Power
    320
    Fixed it.
    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
  •