Thread: Staff

Results 1 to 3 of 3
  1. #1 Staff 
    Registered Member
    Join Date
    May 2013
    Posts
    58
    Thanks given
    0
    Thanks received
    0
    Rep Power
    10
    Were do you change the Staff icons like admin sign etc? i looked everywere in cache but couldnt't find it. im using deathlypvpz v4
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    May 2012
    Age
    28
    Posts
    1,548
    Thanks given
    415
    Thanks received
    231
    Rep Power
    81
    Cache packed maybe?
    Inactive.


    Spoiler for FirstDesign:
    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
    This is a copy paste from a guide made by tr1k.

    Creating new Player Rights and Crowns in your server
    I will try to make this is simple as can be, if you need any help email me
    [email protected]

    Step 1
    In your Client Class, search for "cr1"
    After you find it, Copy it and Paste it right below it, and change the number with 4 and whatever number changes

    Step 2
    Now, still in the Client Class, search for "modicon" and copy this:
    Code:
    if(byte0 == 1) {
    modIcons[0].drawBackground(xPos + 1, yPos - 12);
    xPos += 14;
    Make a new line after that and paste this:
    Code:
    } else if(byte0 == 4) {
    CrownName.drawSprite(xPos + 1, yPos - 12);
    xPos += 14;
    Change this to your Crown Name

    Ok, Now would be a good time to compile, Make sure you have no errors so we can move on.

    Step 3
    Now, Still in the Client Class, Search for "declare custom sprites". Under this, add the following Code:
    Code:
    private sprite CrownName;
    After that, search for "custom sprite unpacking"
    Now type the following code below it:
    Code:
    CrownName = new Sprite("CrownName");
    Now would be another good time to compile

    Step 4
    Ok, almost done, we just need to actually add the crown to the Client.
    Go into your Sprites Folder and add the picture you want to use as the Crown, it must end in .png

    Now compile and test it, if you have any errors comment or email me, I will gladly help. Let me know what you think!

    Thanks
    Tr1k

    Get your new crowns from the internet.
    Attached image
    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. Superman, command for your staff
    By Shawn101 in forum Tutorials
    Replies: 12
    Last Post: 08-25-2007, 09:59 PM
  2. Replies: 3
    Last Post: 06-13-2007, 09:36 PM
  3. Easyer way to make Staff Handler..
    By Santa Noobie in forum Tutorials
    Replies: 7
    Last Post: 06-13-2007, 08:35 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
  •