Blockland Forums > Modification Help
New player list
DrenDran:
Oh right, Furling requested I make this for him a while ago.
I guess I could go ahead and make it tomorrow, along with a few extra features.
Furling:
--- Quote from: DrenDran on March 02, 2011, 11:05:13 PM ---Oh right, Furling requested I make this for him a while ago.
I guess I could go ahead and make it tomorrow, along with a few extra features.
--- End quote ---
wait ! Why add with your mod features? I has my own plan ideas features for player list.
DrenDran:
--- Quote from: Furling on March 02, 2011, 11:07:25 PM ---wait ! Why add with your mod features? I has my own plan ideas features for player list.
--- End quote ---
Why would I add extra features?
Because quite frankly you seem to be incapable of creating a functioning script.
Don't get too offended, it's just the truth, and as such, I will create your add-on for you because you requested it, but I might just add in some other features. Like the possibility of the server to display other variables alongside the "score" variable on the player's list, for example.
Furling:
--- Quote from: DrenDran on March 02, 2011, 11:09:38 PM ---Why would I add extra features?
Because quite frankly you seem to be incapable of creating a functioning script.
Don't get too offended, it's just the truth, and as such, I will create your add-on for you because you requested it, but I might just add in some other features. Like the possibility of the server to display other variables alongside the "score" variable on the player's list, for example.
--- End quote ---
allright...
Host
SuperAdmin
Admin
Player
Who doing active as busy or play whatever.../ not active as blank
Selection Brick
IRC
Wrench/Events
Minigame
Ctrl and K/ killed in mingame.
save image icons
Not forget, I made these icons and my idea. you make script I get that credit and DrenDran too.
when finish mod, Do not release in public. only post RTB add-ons. Thanks.
EDIT: Add AFK and type icon later.
Bauklotz:
--- Quote from: Furling on February 27, 2011, 05:37:16 PM ---
--- Code: ---function clientCmdInfoListProfile(%status, %name, %BL_ID)
{
$status = %status;
$name = %name;
$BL_ID = %BL_ID;
InfoList.addRow(InfoList.rowCount(), $status TAB $name TAB $BL_ID);
}
%status = getField(%player,2);
if(%status $= 3)
%status = "<bitmap:add-ons/script_InformationPlayer/icon_hostshield.png>";
else if(%status $= 2)
%status = "<bitmap:add-ons/script_InformationPlayer/icon_superadminshield.png>";
else if(%status $= 1)
%status = "<bitmap:add-ons/script_InformationPlayer/icon_adminshield.png>";
else
%status = "<bitmap:add-ons/script_InformationPlayer/icon_playershield.png>";
}
}
function clientCmdInfoListProfile
--- End code ---
--- End quote ---
This wouldn't work in the first place, guiTextListCtrl doesn't support Torque Markup Language.