You have to bind it directly to certain item or gun. Maybe something like this:
if (_button == 1) then {
_group = _parent displayCtrl 6902;
_pos = ctrlPosition _group;
_pos set [0,((_this select 2) + 0.48)];
_pos set [1,((_this select 3) + 0.07)];
_item = gearSlotData...
Make custom loot tables and set 0% spawn chance to everything. That should do it I guess.
http://opendayz.net/threads/tutorial-custom-loot-tables-and-adjusting-spawn-rates.11589/
That's what I was doing, but I rather add an exception than change it to log only. I just can't figure out which filter is causing Condition RemoteExec Restriction #0 kick.
How did you whitelist this to battleye filters
Condition RemoteExec Restriction #0 ["true", ""] [6:12 group, 1]
I deleted waypointcondition and it's not in remoteexec...
That should not effect traders. Are you sure that they are not working when you zoom in and scroll?
Did you notice that this line in server_cleanup.fsm -->
if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n
is different in epoch, so don't...
Place it after this
fnc_plyrHit = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fnc_plyrHit.sqf";
What you mean with side mission files? All mission files are in the main post.
Are you using this event?
CREATE EVENT PreventCleanup
ON SCHEDULE EVERY 1 DAY
COMMENT 'Prevents all cleanup by setting datestamp to current'
DO
UPDATE `Object_DATA` SET `Datestamp`=CURRENT_TIMESTAMP WHERE `ObjectUID` <> 0 AND `CharacterID` <> 0 AND ( (`Inventory` IS NULL) OR (`Inventory` = '[]') )
Are these cords for Chernarus?
_plane_start = [[7839.6055,8414.7324,300],[6993.7007,173.05298,300],[1623.715,218.18848,300],[7492.6675, 15263.042]] call BIS_fnc_selectRandom;
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.