Jump to content

IT07

Recommended Posts

Check all of the files and code in your description.ext to see which file has the duplicate RscTitles in it.

There is no such thing as a script being "incompatible" with another script so take a good look in the code and find where the duplicate is.

 

i did and its zupa's hud builder.

 

class RscTitles
{
#include "ZHB\ZHud.hpp"
};
 
i tried added your script in a line under the #include "ZBH/ZHud.hpp" did sorta work but no info appeared in the middle of the screen
Link to comment
Share on other sites

  • 2 weeks later...

i got ingame an error :/ 
ServerMenuItemShow, if i want to open the Rules or pther option

This is my Description.ext:

 

 

 
#include "ZHB\ZHudBuilder.hpp"
class RscTitles
{
#include "ScarCode\SC_Rsc.hpp"
#include "ZHB\ZHud.hpp"
};
class CfgFunctions {
#include "ZHB\ZHB_Functions.hpp"
};
#include "infiSTAR_AdminMenu.hpp"
 

this are the arma3server_2015-04-13_01-31-58.rpt logs

 

 

1:32:04 Attempt to override final function - rscminimap_script
1:32:04 Attempt to override final function - rscdisplayloading_script
1:32:04 Attempt to override final function - rscdisplayloading_script
1:32:04 Attempt to override final function - rscdisplayloading_script
1:32:04 Attempt to override final function - rscdiary_script
1:32:04 Attempt to override final function - rscdisplaysinglemission_script
1:32:04 Attempt to override final function - rscdiary_script
1:32:05 Attempt to override final function - rscdisplayremotemissions_script
1:32:05 Attempt to override final function - rscdisplayloading_script
1:32:05 Attempt to override final function - rscdiary_script
1:32:05 Attempt to override final function - rscdiary_script
1:32:05 Attempt to override final function - rscdisplaystrategicmap_script
1:32:05 Attempt to override final function - rscdisplaycommon_script
1:32:05 Attempt to override final function - rscdisplayloading_script
1:32:05 Attempt to override final function - rscdisplaycurator_script
1:32:05 Attempt to override final function - rscdisplayattributes_script
1:32:05 Attempt to override final function - rscdisplayattributes_script
1:32:05 Attempt to override final function - rscdisplayattributes_script
1:32:05 Attempt to override final function - rscdisplaywelcome_script
1:32:05 Attempt to override final function - rscdisplaywelcome_script
1:32:05 Attempt to override final function - rscdisplaywelcome_script
1:32:05 Attempt to override final function - rscdisplaycommon_script
1:32:05 Attempt to override final function - rscdisplaydebriefing_script
1:32:05 Attempt to override final function - rscunitinfo_script
1:32:05 Attempt to override final function - bis_fnc_init
Edited by xXMeragonXx
Link to comment
Share on other sites

i got ingame an error :/ 

ServerMenuItemShow, if i want to open the Rules or pther option

This is my Description.ext:

this are the arma3server_2015-04-13_01-31-58.rpt logs

 

Find this line in your description.ext:

class CfgRemoteExecCommands {};

And put this right after it with a linebreak between:

#include "ScarCode\SC_Rsc.hpp"
Link to comment
Share on other sites

sorry dude but when i put it like so in de description:

class CfgRemoteExecCommands {
#include "ScarCode\SC_Rsc.hpp"
};

comes the same Error

 

and when i put it like so:

class CfgRemoteExecCommands {};
#include "ScarCode\SC_Rsc.hpp"

its come an Server Errro "Member already exist"

Link to comment
Share on other sites

I am glad to hear that you have it working.

About that error in the screenshot: I know what is causing this issue and it will be fixed together with the new upcoming version.

Enabling nologs in the arma 3 launcher from steam hides the message.

Sorry for the inconvience.

Link to comment
Share on other sites

I do not have an exact date or time but I expect it to be finished this weekend or at the start of the next week.

Can you also give me more details on why my menu does not work with the statusbar or with infistar so I can try to see what is causing it and make sure that it won't happen with the next update too.

Link to comment
Share on other sites

ok, if i have the Servermenu installed like so:

 

Descrition.ext:

 
wreckRemovalMaxTime = 360;

class CfgRemoteExecCommands {  };

#include "infiSTAR_AdminMenu.hpp"


class CfgEpochClient

class RscTitles
{
	//===============STatus bar================
	#include "addons\Status_Bar\statusBar.hpp"
	//===============Server Menu===============
	#include "ScarCode\SC_Rsc.hpp"
	//=========================================
};

and init like so:
if(hasInterface)then{
//===============SEM Mission===============
execVM "semClient.sqf";
//=========================================
//===============Intro Musik===============
execVM "custom\popup.sqf";
//=========================================
//===============Colorfull===============
execVM "custom\effect.sqf";
//=========================================
//===============STatusbar whit icons======
execVM "addons\Status_Bar\init_statusBar.sqf";
//=========================================
//===============cmEarplugs================
call compile preProcessFileLineNumbers "custom\cmEarplugs\cm_veh_fun.sqf";
call compile preProcessFileLineNumbers "custom\cmEarplugs\config.sqf";
//=========================================
//===============Restart Warnung===========
[true] ExecVM "ScarCode\SC_restartWarnings.sqf";
//=========================================
//===============Server Menü===============
[true] call compile preprocessFileLineNumbers "ScarCode\SC_compileMenu.sqf";
[true] ExecVM "ScarCode\SC_startMenu.sqf";
//=========================================
};

is comming this error:

 

'Resource titel serverMenuItemShow not found'

 

if i put the Server Menu out of the RSC, behind the class CfgRemoteExecCommands {  };  it will come "Member alredy defind" and when i put inifistar inside off the RscTitels, it will load but i can't open it.

 

question:

can i send you my mission files and you put your ServerMenu correct into it?

 

 

my severlog: http://pastebin.com/HNZSVyQN

Link to comment
Share on other sites

hey so i got it working as in i can see show server menu and i can click on it but when i do i get a ban what allowed dialogs should i use for infistar  also you can e mail me at [email protected] also but nice work so far man would like to get it running , i mean the menu is opening but when i click it infistar closes the dialog to see and thank you

Link to comment
Share on other sites

i use this in infistar an all mein members cann see the Server Menu:

/* Use allowed Dialogs ? */ _UDW = true;	/* true or false */
/* _allowedDialogs: Insert IDDs here to prevent them from being closed! Default ArmA3 and Altis-Life idds should be in already. */
_allowedDialogs = [-1,602];
/*	5001, -3: Zupas New Hud (Hud-Builder) - https://github.com/DevZupa/ZHB-A3 */
_allowedDialogs pushBack 5001;
_allowedDialogs pushBack -3;
/*	37400: Custom Menu from AltisLife used on some Epoch Servers */
_allowedDialogs pushBack 37400;


/* _badDialogsKICK: Forbidden Dialog Idds that will get you Kicked by the AH */
_badDialogsKICK = [-1337];


/* _badDialogsClose: Forbidden Dialog Idds that will get closed by the AH */
/*
	131 Change Keybinds
	148 Controller Menu
*/
_badDialogsClose =
[
	2,3,7,17,19,25,26,27,28,29,30,31,32,37,40,41,43,44,45,51,52,53,74,85,
	106,126,127,129,132,146,147,150,151,152,153,154,159,164,262,
	314,632,1320,2121
];
Link to comment
Share on other sites

i can't stand scroll action in arma, can this be assigned a button to at least trigger the parent menu then player can scroll through?

 

Support for pressing a button is coming very soon together with a top-of-the-line FREEWARE proper menu with all sorts of info available if provided by admin.

Link to comment
Share on other sites

Hi, nice script thx its work but for few seconds

 

but after few second i have a window with this error " Script scan Completed, bad content was found. bad.sqf not found'' & menu window disappear

& when u click on menu again he appear & disappear instantly

any idea ??

 

Thx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
×
×
  • Create New...