Open Haydon7892 opened 7 years ago
Here is my RPT. https://pastebin.com/TRiqqwGa
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
i have the same problem
@ben047 did u try my solution?
yeah i l do that step from the tut
where i have to put this in? i put this at the bottom under endloadingscreen
[] execVM "admintools\Activate.sqf"; // Epoch admin tools
That goes at the Bottom of you're mission init.sqf
Also, dont forget to add this to you're description.ext
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
};
i still added the dialog.hpp
I have redone my server again and have definitely added my steam id yet it still doesn't work
Now my game says server authenticating then does nothing and then kicks me off
someone can help ?
I have re done the Epoch admin steps and still can't get it too work.