View Single Post
08-27-09, 04:33 PM   #5
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
Here try this go to your add on folder in nui>layouts>default>infopanel>nui_infopanel_recount.lua go down to this block of code:
Code:
-- default configuration for the Recount info panel

nUI_InfoPanels[nUI_INFOPANEL_RECOUNT] =
{	
	enabled   = true,
	desc      = nUI_L[nUI_INFOPANEL_RECOUNT],			-- player friendly name/description of the panel
	label     = nUI_L[nUI_INFOPANEL_RECOUNT.."Label"],	-- label to use on the panel selection button face
	rotation  = nUI_INFOMODE_RECOUNT,					-- index or position this panel appears on/in when clicking the selector button
	full_size = true;									-- this plugin requires the entire info panel port without the button bag
	
	options  =
	{
		enabled  = true,
	},
};
just change that first enabled=true to false and you should be good , do the same for the omen.lua file to take out that one as well
__________________