Blockland Forums > Modification Help
A few questions I need answered.
Pages: (1/1)
Pah1023:
I just found out how to set items in brick selector, so now im wondering is it possible to change the UI's in brick selector.
This is how I set items in brick selector
--- Code: ---function fxDTSBrick::setItemBrick1(%brick, %item, %cl)
{
%cl.inventory1 = %item.getID();
}
registerOutputEvent("fxDTSBrick", "setItemBrick1", "datablock ItemData", "1");
--- End code ---
so now I need to change the UI's also if theres no bricks in inventory, it won't let me get to them.
Chrono:
Sorry, I believe that part is purely client sided.
Pah1023:
Is it possible, someone have a client side mod that I made and use it to change the UI's?
Also, how would I make it so you don't need bricks in your brick inventory?
Pages: (1/1)