Jump to content

Action Menu Version 1.5 ALPHA


Salutesh

Recommended Posts

The ASORGS Gear menu get an update and that seems to be the problem with infiStart if some options are not disabled.

For me its working fine and i cant find any problems. 

any update on y suicide action dont work ? btw have this kick on my server aswell    epochmod.com ban #0  any clue how to fix 

Link to comment
Share on other sites

Please test the following:

 

Open up the file scripts\ActionMenu\player_actions\suicide.sqf:

 

And replace the complete code with this:

	if(suicideCheck) then
	{
		playSound "Bam";
		player setdamage 1;
		hint "Goodbye Cruel World!";	
	}
	else
	{
		hint "Select suicide again to go through with it";
		suicideCheck = true;
	}
Link to comment
Share on other sites

hi i installed tis on server and my server doesnt bootup see rpt log.

 

You copyed a part into the "init.sqf" that is not part of the code  :D

 

 

 0:05:25 Error context Add the following lines into your missions "init.sqf"

 

Look int your "init.sqf" and check the code please

Link to comment
Share on other sites

 

Please test the following:

 

Open up the file scripts\ActionMenu\player_actions\suicide.sqf:

 

And replace the complete code with this:

	if(suicideCheck) then
	{
		playSound "Bam";
		player setdamage 1;
		hint "Goodbye Cruel World!";	
	}
	else
	{
		hint "Select suicide again to go through with it";
		suicideCheck = true;
	}

works perfect now, one more request... is there a way to take the exit menu tab away cos if u mistakenly klick then thats u till u restart game..its an amzing script mate 

Link to comment
Share on other sites

works perfect now, one more request... is there a way to take the exit menu tab away cos if u mistakenly klick then thats u till u restart game..its an amzing script mate 

You just have to simply relog if you select that menu point and the menu is there again.

If you want the menu point deleted then search in the scripts\ActionMenu\RG_compileMenu.sqf for these lines and delete them:

SC_actionMenuItemClose = player addAction ["<img image='\A3\ui_f\data\gui\rsc\rscdisplayarcademap\icon_exit_cross_ca.paa' size='0.7'' /> REMOVE MENU</t>", { ["REMOVE"] call SC_fnc_AdminmenuHandle }, "", -1, false, false, "", ""]; // Add (remove) action
player removeAction SC_actionMenuItemClose;
Link to comment
Share on other sites

 

You just have to simply relog if you select that menu point and the menu is there again.

If you want the menu point deleted then search in the scripts\ActionMenu\RG_compileMenu.sqf for these lines and delete them:

SC_actionMenuItemClose = player addAction ["<img image='\A3\ui_f\data\gui\rsc\rscdisplayarcademap\icon_exit_cross_ca.paa' size='0.7'' /> REMOVE MENU</t>", { ["REMOVE"] call SC_fnc_AdminmenuHandle }, "", -1, false, false, "", ""]; // Add (remove) action
player removeAction SC_actionMenuItemClose;

quick question any BE at all for this cos i keep getting epochmod.com autoban #0

Link to comment
Share on other sites

A strange question but is your UID in the @epochhive\epochah.hpp?

Do you have Admin rights on your server?  

yh it is ... well im not sure if its from this just keep having this ban .. epochmod.com autoban #0, have you came accross that and if yes the fix.. i doubt its cos of the script tho.. cos i uninstalled it but still getting kicked and players getting disconnected soon as they connect 

Link to comment
Share on other sites

yh it is ... well im not sure if its from this just keep having this ban .. epochmod.com autoban #0, have you came accross that and if yes the fix.. i doubt its cos of the script tho.. cos i uninstalled it but still getting kicked and players getting disconnected soon as they connect 

 

Ok i dot get it... if you deinstalled the script and still get a ban than you can be sure ist not my script, cause there are people who using it without any problems.

Link to comment
Share on other sites

epoch autoban #0 for every non admin that joins my server and I get this in log;

 

16:10:10 BattlEye Server: Script Log: #0 Trevayne (0c5e9766fbe55174f195e906d0a7387f) - #22 "leLineNumbers "scripts\ActionMenu\SC_compileMenu.sqf";
16:10:10   [true] ExecVM "scripts\ActionMenu\SC_startMenu.sqf";
Link to comment
Share on other sites

thanks not getting kicked for goin in server

 

but when uasing the action menu i got kicked for this

 

#40 "0;
ASORGS_VestFilled = 0;
[] call ASORGS_fnc_CameraStart;
createDialog "ASORGS_Main_Dialog";

 

#27 "CargoGlobal _object;
clearItemCargoGlobal _object;

_object addItemCargoGlobal ["FAK", 8];
_object addItemCargoGlobal ["CinderBl"
 

Link to comment
Share on other sites

 3:51:56 Error in expression < "SHOW":
{
if ((getPlayerUID player) in admin_list) then 
{
player removeAction >
 3:51:56   Error position: <admin_list) then 
{
player removeAction >
 3:51:56   Error Undefined variable in expression: admin_list
 3:51:56 File mpmissions\__CUR_MP.Bornholm\scripts\ActionMenu\RG_compileMenu.sqf, line 74
Link to comment
Share on other sites

 3:51:56 Error in expression < "SHOW":
{
if ((getPlayerUID player) in admin_list) then 
{
player removeAction >
 3:51:56   Error position: <admin_list) then 
{
player removeAction >
 3:51:56   Error Undefined variable in expression: admin_list
 3:51:56 File mpmissions\__CUR_MP.Bornholm\scripts\ActionMenu\RG_compileMenu.sqf, line 74

You added the admins.sqf to your A3 Server root folder?

Please follow the install instructions:

 

 

6. Repack your mission and copy the "admins.sqf" to your Arma 3 server root directory.

Open that file and add your Admins UIDs into that file.

Link to comment
Share on other sites

Still epoch autobans non admins even with all the battleeye exceptions, no errors showing in log

 

Do you use infiStar?

Please look into the Redis-Database of your Server in the Connected-LOG/Disconnected-LOG Tables and looking for the reason of the Ban.

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