Author Topic: A few questions I need answered.  (Read 368 times)

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: [Select]
function fxDTSBrick::setItemBrick1(%brick, %item, %cl)
{
 %cl.inventory1 = %item.getID();
}
registerOutputEvent("fxDTSBrick", "setItemBrick1", "datablock ItemData", "1");
so now I need to change the UI's also if theres no bricks in inventory, it won't let me get to them.

Sorry, I believe that part is purely client sided.

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?