Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How does it know if your an admin?quote from Axe Cop:
"Epoch uses a custom anti hack since 1.0.3, in the init.sqf:
on my server i just disable it for admins, so if you are admin it doesn't execute the script at all!Code:[] execVM "\z\addons\dayz_code\system\antihack.sqf";
![]()
something like this
that simpleCode:if (not admin) then { [] execVM "\z\addons\dayz_code\system\antihack.sqf"; };
"![]()
Solved it! thank you Axe Cop