Looking for scripter

incubis

New Member
I am running a Dayz St and I want to add Auto refuel , Towing, increase chopper spawn chance loot, can anyone help me out?

Any help would be greatly appreciated
 

Attachments

  • dayz_mission.pbo
    41.4 KB · Views: 3
  • dayz_server.pbo
    72.2 KB · Views: 2
I added a load in screen and I can't get it to work at all..I keep getting waiting on host can anyone look at it?

The image is 2048 x 1024 What am I doing wrong?

I tired this


Code:
loadscreen ="inn.jpg";
respawn = "BASE";
respawndelay = 5;
onLoadMission= "DayZ Chernarus";
OnLoadIntro = "Welcome to Chernarus";
OnLoadIntroTime = False;
OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping = 0;
onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf";
 

Attachments

  • dayz_mission.pbo
    323.8 KB · Views: 1
I have tried that but im not sure if im doing it correct I read the wiki and here is my current code and its still not working
 
I have tried that and here is my new code and I still get the waiting for host error
Code:
loadscreen=inn.jpg;
respawn = "BASE";
respawndelay = 5;
onLoadMission= "DayZ Chernarus";
OnLoadIntro = "Welcome to Chernarus";
OnLoadIntroTime = False;
OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping = 0;
onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf";
 
loadScreen = "inn.jpg";
 
Back
Top