Worked a treat! awesome.
how would i go about have the option to update the bicycle to motorbike using engine parts?
and adding the gyrocopter by having rotar + engine
your mission pbo for xstream is via FTP. E.g your IP/MPMissions/overwatch_1.chernarus
I will test this out and help you do it straight after.
you can get fn_selfactions.sqf from your Your IP/@DayZOverwatch_server/addons/dayz_server.pbo I recommend using PBO manager to extract it from your...
I think pheonix admin tools works, i tried it the other day without the debug. haven't got round to all the script restrictions kicks though. Get about 30-40 kicks, so I'll be working on them soon
I'm still working on deployable bicycles, every addon i found on here appears to be broken :/ and I haven't tried halo yet but I will let you know once i find it. If the post helped you don't forget to leave a like :)
Auto refuel -
inside your mission folder edit your init.sqf
After
if (!isDedicated) then {
add
[] execVM "Scripts\kh_actions.sqf";
so it looks like this..
if (!isDedicated) then {[] execVM "Scripts\kh_actions.sqf";
Next create a folder inside your mission root called "Scripts" and...
have two lines one for the original and one for the custom. Mines is
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions
call compile preprocessFileLineNumbers "custom\compiles.sqf"; //Compile custom compiles
Could someone tell me...
Anyone able to point me in the way of where to start adding the build a bicycle & gyrocopter using a toolbox for DayZ Overwatch. Had a little look around using the search ect but never found anything.
Well as the title say I changed my server from normal dayz to dayz overwatch and was just wondering is pheonix admin tools works on dayz overwatch and if anyone has it. Also the battleye filters that have to be used?
for some reason i still have this in server_monitor
// Set the time --------------------------------------------------------------------------------------------------------
_key = "CHILD:307:";
_result = _key call server_hiveReadWrite;
_outcome = _result select 0;
if(_outcome ==...
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.