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
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.