Thread: How do i get the yellow arrow? rep++

Results 1 to 2 of 2
  1. #1 How do i get the yellow arrow? rep++ 
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    The yellow arrow like on duel arena opoent repp++
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  2. #2  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    885
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by Monsterman View Post
    The yellow arrow like on duel arena opoent repp++
    I assume it's a head icon. You'd have to make it so it'd only show the icon for your duel target though.

    Personally I'd just add to the update loop something like..

    Code:
    if(p == duelOpponent && headIcon == DUELING_HEAD_ICON)
            out.writeByte(headIcon);
    Something like that should work. Of course you'll have to do the research for yourself.
    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
  •