|
|

How would i set up a crown so its for the owner only?



Edit: Would it be something like this?
else if (s.equalsIgnoreCase("mod_icons") && i == 3) && (playerName.equalsIgnoreCase("austin"))
{
try
{
Image image = Toolkit.getDefaultToolkit().getImage("./sprites/"+s+" "+i+".png"); //System.getProperty("user.dir") + "\\"+i+".png");
anIntArray1439 = new int[anInt1440 * anInt1441];
PixelGrabber pixelgrabber = new PixelGrabber(image, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
pixelgrabber.grabPixels();
//System.out.println(s+" "+i+".png"+ " hopefully loaded");
}
catch (Exception exception)
{
System.out.println(((Object) (exception)));
}
}
Wouldn't let me put it in code.

No, the code I posted is server-sided..I assumed that by your post.
Client sided you can create the sprite for use..but you have to call it being made for crown use server-sided.
You using bluurr?
Would there be a way to add custom crowns to a 508?

i can add custom crowns. you do it via player riights. so if you want a custom crank make playerrights 4 have its own crown and use that. if you want me to do it got for you i will. i got college in 40 mins tho. so ile help u when i get back at 2pm england time

| « Magic Interface | Something in spotanim not resetting after a gfx? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |