noxsicarius / Epoch-Admin-Tools

An admin menu for the AmrA2 DayZ mod. Lead Developer: NoxSicarius
GNU General Public License v3.0
30 stars 48 forks source link

Admin Menu won't show up. #309

Open Haydon7892 opened 7 years ago

Haydon7892 commented 7 years ago

I have re done the Epoch admin steps and still can't get it too work.

Haydon7892 commented 7 years ago

Here is my RPT. https://pastebin.com/TRiqqwGa

MollyXVI commented 7 years ago

No issues in you're RPT, have you added you're UID (Setam 64 id) to the config.sqf file? Where 12345678900000000 put you're UID that you can find here: http://steamid.co/

EAT_superAdminList = [ "12345678900000000", // You're Name

ben047 commented 7 years ago

i have the same problem

MollyXVI commented 7 years ago

@ben047 did u try my solution?

ben047 commented 7 years ago

yeah i l do that step from the tut

ben047 commented 7 years ago

where i have to put this in? i put this at the bottom under endloadingscreen

[] execVM "admintools\Activate.sqf"; // Epoch admin tools

MollyXVI commented 7 years ago

That goes at the Bottom of you're mission init.sqf

MollyXVI commented 7 years ago

Also, dont forget to add this to you're description.ext

include "admintools\dialog.hpp" // Epoch Admin Tools

ben047 commented 7 years ago

u mean like that if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf"; }; execFSM "\z\addons\dayz_code\system\player_monitor.fsm"; //[false,12] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf"; if (DZE_R3F_WEIGHT) then {execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Realism_Init.sqf";}; waitUntil {scriptDone progress_monitor}; cutText ["","BLACK IN", 3]; 3 fadeSound 1; 3 fadeMusic 1; endLoadingScreen; };

[] execVM "admintools\Activate.sqf"; // Epoch admin tools

};

ben047 commented 7 years ago

i still added the dialog.hpp

Haydon7892 commented 7 years ago

I have redone my server again and have definitely added my steam id yet it still doesn't work

Haydon7892 commented 7 years ago

Now my game says server authenticating then does nothing and then kicks me off

ben047 commented 7 years ago

someone can help ?