DayZ Admin tools

Status
Not open for further replies.
Oh ok so is there away to stop it at all and the debug isnt coming up no more when i press F5 neither is F6 working
 
Could you add the rocket skin to your next update please dude? Or maybe tell me how to add it?
In server_playerlogin.sqf find this line
Code:
if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ"])) then {
        _model = "Survivor2_DZ";
    };
You can add Rocket_DZ and a whole bunch of others. Here is what mine looks like, most of these work on my chern server
Code:
    if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ","Rocket_DZ","USMC_Soldier_Light","USMC_Soldier_Officer","USMC_Soldier_Medic","USMC_Soldier_Crew","RU_Soldier_Base","RU_Soldier_Light","RU_Soldier_SL","RU_Commander","RU_Soldier_Medic","GUE_Soldier_Base","GUE_Worker2","GUE_Woodlander1","GUE_Woodlander2","GUE_Soldier_3","GUE_Soldier_CO","GUE_Soldier_Scout","GUE_Commander","GUE_Soldier_AR","RUS_Commander","GUE_Woodlander3","GUE_Villager3","GUE_Villager4","Ins_Soldier_Base","Ins_Commander","Ins_Soldier_Medic","Ins_Worker2","Ins_Woodlander1","Ins_Woodlander2","Ins_Woodlander3","Ins_Villager3","Ins_Villager4","Ins_Lopotev","Ins_Bardak","Ins_Soldier_Pilot","CDF_Soldier_Base","CDF_Soldier_Light","CDF_Soldier_Medic","CDF_Commander","CZ_Soldier_medik_DES_EP1","CZ_Soldier_Office_DES_EP1","CZ_Soldier_Light_DES_EP1","CZ_Special_Forces_Scout_DES_EP1","US_Soldier_Light_EP1","US_Soldier_Officer_EP1","US_Soldier_Medic_EP1","US_Soldier_Crew_EP1","US_Pilot_Light_EP1","Herrera","Herrera_Light","TK_Soldier_Medic_EP1","TK_Special_Forces_TL_EP1","GER_Soldier_Medic_EP1","GER_Soldier_EP1","Soldier_Medic_PMC","FR_AC","FR_Cooper","FR_Rodriguez","FR_Sykes","FR_OHara","MVD_Soldier_Base","FR_Corpsman","RUS_Soldier_Base"])) then {
        _model = "Survivor2_DZ";
    };
You can also make players spawn with one of these everytime by inserting the following lines above where you added the new skins. Everytime the player logs in they will have this skin. If they log out with a ghillie on, when they come back it will be gone. Also some skins limit inventory and affect AI behavior.
Code:
if(_playerID == "xxxxxxxxx") then { //Player Name
    _model = "GUE_Soldier_Base";
    };
 
somtimes the players on the server cant log in again. they always get somthing wrong at last.its happend to all players. when they try to relog. anyone could know what that could be? but it fix it if i restart the server. but im not always on, so hope somone have a souloutions for that? Thx
 
I followed all steps and my misson file got bigger, no errors exept that i cant open the admin menu, i press f6 but nothing happens :(
 
how to fix Script Restriction to use admin tools script./ and sry me newbie server admin & noob eng.
 

Attachments

  • scripts.txt
    41.9 KB · Views: 7
where exactly do i put/upload the scripts.txt file that has been provided? do i just import the battleye file with the script.txt file directly in the mission.pbo or do the scripts.txt exist on the actual db? im sorry for all the uber noob questions but there hasnt been very much exact info on where and what to do with the scripts.txt file.

Props on the admin tool. ran it with BE turned off and everything worked perfectly. Sadly a hacker arrived with in an hour and killed me with god mode enabled. i really need to make sure the BE is going!
 
where exactly do i put/upload the scripts.txt file that has been provided? do i just import the battleye file with the script.txt file directly in the mission.pbo or do the scripts.txt exist on the actual db? im sorry for all the uber noob questions but there hasnt been very much exact info on where and what to do with the scripts.txt file

I think you put it in: C:\Program Files (x86)\ArmA 2\cfgdayz\BattlEye
Something like that.
 
Status
Not open for further replies.
Back
Top