Hmm dont work :( this script always run
if ((getPlayerUID player) in ["1103####"]) then {
execVM "\z\addons\dayz_server\init\admin.sqf";
} else {
this --> execVM "\z\addons\dayz_server\init\anti.sqf";
};
My UID is 100% correct
Hi all, i have question.
Can i write in my dayz_server.pbo (bottom init file) something like this:
if ((getPlayerUID player) in ["my id"]) then {
execVM "\z\addons\dayz_server\init\adminpanel.sqf";
} else {
execVM "\z\addons\dayz_server\init\otherfiles.sqf";
};
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.