My apologies friend, it was there...
I was looking in a custom folder that I 'assumed' was the content of dayz_code.pbo
I have added this to my 1.8.3 server there now and am just waiting on the next restart to see if it worked
(I'll know in 1 hour)
Hey, I don't seem to have sched_towngenerator.sqf in @dayz/addons/dayz_code/system/scheduler , any ideas for how I can get this junk off the road ?
1.8.3
It happens :)
If I wanted to add another loadout would this work?
I dont know how to use the 'else'
if (_playerID == "") then {
_playerID = getPlayerUID _playerObj;};
_group1 = ["0000000000000","0000000000000"];
_group2 = ["1111111111111","1111111111111"];
if ((_playerID) in _group1)...
Hi,
Can you correct me here please. When I do this code, I get stuck on Requesting Authentication...
I have entered a correct UID in both fields though,
server_playerLoign.sqf
if (_playerID == "") then {
_playerID = getPlayerUID _playerObj;};
_group1 = ["0000000000000","0000000000000"]...
Hello,
I have put the following into
server_playerLogin.sqf:
//Variables
_inventory = [["glock17_EP1","ItemHatchet","ItemMap","ItemToolbox"], ["ItemAntibiotic","ItemBandage","ItemBloodbag","ItemMorphine","17Rnd_9x19_glock17","17Rnd_9x19_glock17"]];
_backpack = [];
_items = []...
SOLVED:
In the server_playerLogin.sqf
After:
/* PROCESS */
_hiveVer = 0;
I inserted this:
if(_isNew) then {
_inventory = [["ItemHatchet","ItemMap","ItemToolbox"], ["ItemAntibiotic","ItemBandage","ItemBloodbag","ItemMorphine"]];
};
Obviously customize it for yourself but this works for me
Hi,
I have the spawn select active on my server & want to keep it.
I want to change the default starting gear on my server as it is currently players spawn with 'flares' only.
Whatever hive version I am using, apparently it doesn't support database custom loadouts, so this is a no go.
I...
Hi,
I have installed a deployable bike script as found here: http://www.dayzpatriots.com/deploy-bike-add-right-click-option-to-items-t290.html
When a player right-clicks on the Toolbox ingame, the option comes up to 'Deploy Bike' but after clicking on it - nothing happens.
Can you please help...
You helped me a lot buddy & I really appreciate it but can I trouble you for a little more help?
Because of my 'Toggle Debug Monitor' - It's impossible to break the animation for self blood bag.
Can this be fixed so that both scripts can work together?
I have installed a script for a...
For me:
In my mission.pbo:
- In the init.sqf there is a line: call compile preprocessFileLineNumbers "Scripts\compiles.sqf"; //Compile custom compiles
This was added by me as part of the auto-bloodbag script.
- That is the folder where I need to edit the compiles.sqf file for additional...
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.