DayZ Admin tools

Status
Not open for further replies.
Nice tools from what I read, however I have put everything in and uploaded the BE scripts.txt file to my server but when I press F6 I get kicked with this message, " Stealth (myguidwashere) has been kicked by BattlEye: Script Restriction #246", and if I press F5 debug shows then about 5- 10 seconds later it kicks me with the following message, "You Have Been Kicked From The Server".

Any Ideas?
This is and DayZ.ST server by the way.
 
Nice tools from what I read, however I have put everything in and uploaded the BE scripts.txt file to my server but when I press F6 I get kicked with this message, " Stealth (myguidwashere) has been kicked by BattlEye: Script Restriction #246", and if I press F5 debug shows then about 5- 10 seconds later it kicks me with the following message, "You Have Been Kicked From The Server".

Any Ideas?
This is and DayZ.ST server by the way.
interesting, up load your scripts.txt
 
Ok that is my standard scripts.txt file in which I replaced with yours. neither of which work
 

Attachments

  • scripts.txt
    41.9 KB · Views: 9
Hey, for my there is this error
Code:
execVM "R3F_ARTY_AND_LOG\init.sqf"
[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error position: <[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error Missing ;
11:09:00 File mpmissions\dayz_268.chernarus\init.sqf, line 47
11:09:00 Error in expression <
};
 
execVM "R3F_ARTY_AND_LOG\init.sqf"
[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error position: <[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error Missing ;
11:09:00 File mpmissions\dayz_268.chernarus\init.sqf, line 47
11:09:00 Error in expression <
};
 
execVM "R3F_ARTY_AND_LOG\init.sqf"
[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error position: <[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error Missing ;
11:09:00 File mpmissions\dayz_268.chernarus\init.sqf, line 47

can anyone help me?
 
Ok that is my standard scripts.txt file in which I replaced with yours. neither of which work
looking at both your script.txt file and mine #246 has nothing to do with my tools. i have a hard time with battleye filters perhaps inkko can help you.
Hey, for my there is this error
Code:
execVM "R3F_ARTY_AND_LOG\init.sqf"
[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error position: <[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error Missing ;
11:09:00 File mpmissions\dayz_268.chernarus\init.sqf, line 47
11:09:00 Error in expression <
};
 
execVM "R3F_ARTY_AND_LOG\init.sqf"
[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error position: <[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error Missing ;
11:09:00 File mpmissions\dayz_268.chernarus\init.sqf, line 47
11:09:00 Error in expression <
};
 
execVM "R3F_ARTY_AND_LOG\init.sqf"
[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error position: <[] execVM "admintools\Hotkey.sqf"; >
11:09:00  Error Missing ;
11:09:00 File mpmissions\dayz_268.chernarus\init.sqf, line 47

can anyone help me?
in your init.sqf find this line
Code:
execVM "R3F_ARTY_AND_LOG\init.sqf"
and change it to
Code:
execVM "R3F_ARTY_AND_LOG\init.sqf";
 
Status
Not open for further replies.
Back
Top