Thread: Adding Shad/Colour

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Adding Shad/Colour 

    Supreme's Avatar
    Join Date
    May 2011
    Posts
    769
    Thanks given
    454
    Thanks received
    270
    Rep Power
    3494
    How would I add these to my server because when I edit yell or something similar to that it goes like this Screenshot by Lightshot and it actually says <shad=9440238> instead of doing it.
    Reply With Quote  
     

  2. #2  
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13
    try
    @red@ for red.
    ♡Lovvveeee♡
    Reply With Quote  
     

  3. #3  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Use codes like @red@ and @cya@ @cr=1@ ETC. I do not know how to switch to shading like most pi's but you could check in snippets/tutorials
    Attached image
    Reply With Quote  
     

  4. #4  

    Supreme's Avatar
    Join Date
    May 2011
    Posts
    769
    Thanks given
    454
    Thanks received
    270
    Rep Power
    3494
    Quote Originally Posted by Olinice View Post
    Use codes like @red@ and @cya@ @cr=1@ ETC. I do not know how to switch to shading like most pi's but you could check in snippets/tutorials
    Is there a way to change it?
    Reply With Quote  
     

  5. #5  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    My friend told me he knew someone who would do it for 25$ so in fact it's possible, i'd recommend checking in snippets\tutorials though.
    Attached image
    Reply With Quote  
     

  6. #6  

    Supreme's Avatar
    Join Date
    May 2011
    Posts
    769
    Thanks given
    454
    Thanks received
    270
    Rep Power
    3494
    Quote Originally Posted by Olinice View Post
    My friend told me he knew someone who would do it for 25$ so in fact it's possible, i'd recommend checking in snippets\tutorials though.
    Wow $25. And I'll keep looking couldn't find it tho
    Reply With Quote  
     

  7. #7  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Champion View Post
    Wow $25. And I'll keep looking couldn't find it tho
    You need the new text engine to do those tags. There's tutorials for it.
    Reply With Quote  
     

  8. #8  

    Supreme's Avatar
    Join Date
    May 2011
    Posts
    769
    Thanks given
    454
    Thanks received
    270
    Rep Power
    3494
    Well got a bunch of errors when using a tut maybe someone could help me?

    Sprite.java:720: error: method drawSprite(int,int,int) is already defined in cla
    ss Sprite
    public void drawSprite(int i, int k, int color) {
    ^
    client.java:471: error: cannot find symbol
    int chatType = chatTypes[k];
    ^
    symbol: variable chatTypes
    location: class client
    client.java:486: error: cannot find symbol
    if (chatTypeView == 5 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:486: error: cannot find symbol
    if (chatTypeView == 5 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:495: error: cannot find symbol
    if (chatTypeView == 1 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:495: error: cannot find symbol
    if (chatTypeView == 1 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:520: error: cannot find symbol
    if((chatType == 3 || chatType == 7) && (splitPrivateChat == 0 ||
    chatTypeView == 2) && (chatType == 7 || privateChatMode == 0 || privateChatMode
    == 1 && isFriendOrSelf(s1))) {

    ^
    symbol: variable chatTypeView
    location: class client
    client.java:521: error: cannot find symbol
    if (chatTypeView == 2 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:521: error: cannot find symbol
    if (chatTypeView == 2 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:552: error: cannot find symbol
    if (chatTypeView == 3 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:552: error: cannot find symbol
    if (chatTypeView == 3 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:561: error: cannot find symbol
    if (chatTypeView == 2 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:561: error: cannot find symbol
    if (chatTypeView == 2 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:569: error: cannot find symbol
    if(chatType == 6 && (splitPrivateChat == 0 || chatTypeView == 2)
    && privateChatMode < 2) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:570: error: cannot find symbol
    if (chatTypeView == 2 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:570: error: cannot find symbol
    if (chatTypeView == 2 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:583: error: cannot find symbol
    if (chatTypeView == 3 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:583: error: cannot find symbol
    if (chatTypeView == 3 || chatTypeView == 0) {
    ^
    symbol: variable chatTypeView
    location: class client
    client.java:591: error: cannot find symbol
    if (chatTypeView == 11) {
    ^
    symbol: variable chatTypeView
    location: class client
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    19 errors
    Press any key to continue . . .
    Reply With Quote  
     

  9. #9  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    You should be able to read the errors.. read the first line.." already defined.. "
    Attached image
    Reply With Quote  
     

  10. #10  
    leme give u some n00ts

    noot noot's Avatar
    Join Date
    Dec 2012
    Posts
    1,186
    Thanks given
    191
    Thanks received
    132
    Rep Power
    409
    I swear, if there was a way to add this, i'd add it, but i've already tried searching, no luck.
    Attached image
    Spoiler for :

    [Today 05:42 AM] Thakiller: Danced to make us lauigh and put a smile on our faces
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. <shad= / colour[pi]
    By Malin K in forum Help
    Replies: 13
    Last Post: 09-20-2012, 08:00 AM
  2. added loyalti tiles but colour don't show up
    By Storm Powner in forum Help
    Replies: 8
    Last Post: 05-16-2012, 04:03 AM
  3. [PI] Adding new whip colours [PI]
    By Preedz in forum Tutorials
    Replies: 7
    Last Post: 03-10-2011, 10:30 AM
  4. i need help adding colours to client
    By b00mz in forum Help
    Replies: 2
    Last Post: 11-28-2010, 05:33 PM
  5. Adding Crowns + Colours
    By I range i in forum Application Development
    Replies: 4
    Last Post: 08-02-2009, 02:51 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
  •