Thread: How to add donator icon behind char name

Results 1 to 6 of 6
  1. #1 How to add donator icon behind char name 
    【RO】✯Διяωεв✯Smoke Big【RO】✯Διяωεв✯

    Join Date
    Jul 2016
    Posts
    122
    Thanks given
    8
    Thanks received
    14
    Rep Power
    0
    hello guys im using 317 [pi]i can't figured how to add donator icon behind char name like this and Ill appreciate it.

    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2010
    Posts
    67
    Thanks given
    40
    Thanks received
    10
    Rep Power
    72
    Where it sends the "trade with" and "follow" you could add if their player rights are say 4 it has <img=4>follow and <img=4> trade
    Reply With Quote  
     

  3. #3  
    【RO】✯Διяωεв✯Smoke Big【RO】✯Διяωεв✯

    Join Date
    Jul 2016
    Posts
    122
    Thanks given
    8
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by the chosen 1 View Post
    Where it sends the "trade with" and "follow" you could add if their player rights are say 4 it has <img=4>follow and <img=4> trade
    but that's players will get icons too ?i only need for donator+ get behind name icon
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2010
    Posts
    67
    Thanks given
    40
    Thanks received
    10
    Rep Power
    72
    Quote Originally Posted by DelusionPS View Post
    but that's players will get icons too ?i only need for donator+ get behind name icon
    You make an if statement for their player rights if they are donators it shows [<img=5>trade with] and otherwise it should just say [trade with]
    Reply With Quote  
     

  5. #5  
    Registered Member Plasmetic's Avatar
    Join Date
    Nov 2015
    Posts
    273
    Thanks given
    20
    Thanks received
    30
    Rep Power
    20
    Quote Originally Posted by DelusionPS View Post
    but that's players will get icons too ?i only need for donator+ get behind name icon
    te chosen 1 is right, it'll look something like this:

    Code:
                            if(c.playerRights >= 3) {
    			getPA().showOption(4, 0,"Trade With <img=4>", 3);
    			getPA().showOption(5, 0,"Follow <img=4>", 4);
                            }
    Code might be wrong, not at home to double check it with files. However, you get the idea.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2010
    Posts
    67
    Thanks given
    40
    Thanks received
    10
    Rep Power
    72
    Yeah and an else statement that just has
    Code:
    			getPA().showOption(4, 0,"Trade With ", 3);
    			getPA().showOption(5, 0,"Follow ", 4);
    You don't want to stack the options-making donators have
    Code:
    getPA().showOption(4, 0,"Trade With <img=4>", 3);
    as well as
    Code:
    			getPA().showOption(4, 0,"Trade With ", 3);
    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

Similar Threads

  1. Replies: 2
    Last Post: 07-18-2013, 05:08 PM
  2. Replies: 5
    Last Post: 04-19-2012, 03:16 AM
  3. how to add donater sign
    By pvp pker in forum Requests
    Replies: 0
    Last Post: 04-24-2009, 07:49 PM
  4. How to add donator sign/crown? Rep ++
    By white full in forum Help
    Replies: 1
    Last Post: 03-13-2009, 07:46 PM
  5. how to add prayer icons..
    By squal707 in forum Tutorials
    Replies: 6
    Last Post: 03-30-2008, 01:18 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •