Blockland Forums > Modification Help
New player list
<< < (6/12) > >>
Kalphiter:
%a is "self" or something, I can't tell
%b is has admin (super or regular)
%c is score


--- Quote from: Iban on February 27, 2011, 06:43:34 PM ---1. Thank you for skimming over the rest of my post -- ah forget it why am I bothering to explain things to a kid who only sees and hears what he wants to? If I ever become a billionaire I'll donate all my money to autism foundations to help rid the world of whatever the forget is wrong with you.

--- End quote ---
You don't get it, do you?
By ridding the world of Aspergers, you will lose so much.
Furling:

--- Quote from: Iban on February 27, 2011, 06:43:34 PM ---Furling, again, I don't have any idea what you're doing or why you're doing it, but that code you just posted contains syntax errors. You need to start with something easier before trying to make GUIs.

--- End quote ---
example:
badspot's gui


add icon on badspot's gui| I use paint.net edit this image, none these real.

Host = Green
SuperAdmin = Gold
Admin = Sliver
Player = Blue

This I want.
Kalphiter:
NPL_Scroll.add(bitmap);
All I can suggest is pasting the image right over.
Furling:

--- Quote from: Kalphiter on February 27, 2011, 07:45:02 PM ---NPL_Scroll.add(bitmap);
All I can suggest is pasting the image right over.

--- End quote ---
that not full code, just simple code.

--- Code: ---package Fancy_Badges
{
function NPL_List::addRow(%this, %row, %text, %index)
{
if(%row == 0)
if(%text $= "A")
%text = "<bitmap:....>";
else if(%text $= "S")
%text = "<bitmap:....>";

return parent::addRow(%this, %row, %text, %index);
     NPL_Scroll.add(bitmap);

}
};
activatePackage(Fancy_Badges);
--- End code ---
Chrono:

--- Quote from: Kalphiter on February 27, 2011, 06:33:40 PM ---So, because I didn't know some nonsensical coding practice, that makes me have no idea what I'm talking about?

--- End quote ---
Yeah, because this about said nonsensical coding practice, a practice that does make sense.
Navigation
Message Index
Next page
Previous page

Go to full version