Scripts Working 1.7.7

Got admin tools fully working as well as the teleport to work.
Im using the no debug version.

1. Download and install as normal
2. replace the 'player_monitor.fsm' with the one Ive supplied into the 'admintools' folder
3. disable antihack.sqf in your mission init file with //

new file: http://sdrv.ms/11Bg0pq
admin tools: https://github.com/BluePhoenix175/DayZ-Admin-Tools-

new file link not working please help am trying to get admin tools working have 1.7.7.1 i have a debug monitor is that whats meant about debug or is it something else
 
So all that should be done in your mission pbo is
playerstats = compile preprocessFileLineNumbers "debug\playerstats.sqf";

[] execVM "admintools\Activate.sqf";
for admins use locate this code in debug\playerstats.sqf(no debug version: Activate.sqf),
(skip if using No Debug version) in debug\playerstats.sqf.

When says skip if using no debug .. Then skip that part
 
what button do i have to press to be able to use it, i had one issue first nut it allowed me in but cannot see commands
 
i checked my id number its correct i also logged in as admin to try still no scroll menu do you have skype to walk us through in case i missed anything
 
i checked my id number its correct i also logged in as admin to try still no scroll menu do you have skype to walk us through in case i missed anything
You should have id in activate. Then Two in admintools.

One under Activate
waituntil {!alive player ; !isnull (finddisplay 46)};
if ((getPlayerUID player) in ["######","######"]) then {


And under admin tools
if ((getPlayerUID player) in ["#######","#######"]) then { //all admins
and one under


if ((getPlayerUID player) in ["#######","#######"]) then { // super admins
 
i checked my id number its correct i also logged in as admin to try still no scroll menu do you have skype to walk us through in case i missed anything
If this does not work send me your pbo and I will take a look. Mediafire best way to post stuff
 
This how it should look

if ((getPlayerUID player) in ["1234567"]) then { // super admins
if ((getPlayerUID player) in ["1234567"]) then { //all admins

One under Activate
waituntil {!alive player ; !isnull (finddisplay 46)};
if ((getPlayerUID player) in ["1234567"]) then {
 
do you have skype as this is bugging me did it exactly as you said just 3 lines i am getting wait for host again
 
Back
Top