Haha absurd indeed.. You are missing this --> \
here:
crueDanceParty = compile preprocessFileLineNumbers "\z\addons\dayz_server\danceParty\danceParty.sqf";
Also does it work like this:
sounds[] ={sound,sound,sound,danceMusic};
I just have it blank:
sounds[] ={};
and I would cut down the...
..or do that :) Never used that mod and never will. My opinion is that indestructible bases ruins one of the best things in Epoch which is raid and f*ck up other players bases.
Go to your Epoch database and run this under SQF
CREATE EVENT ResetDamage
ON SCHEDULE EVERY 1 DAY
COMMENT 'This sets damage to zero for all build objects'
DO
UPDATE `object_data` SET `Damage`=0 WHERE `ObjectUID` <> 0 AND `CharacterID` <> 0 AND ( (`Inventory` IS NULL) OR (`Inventory` =...
That is database event. So go to your database and run that under SQL.
It creates an event what runs once a day and sets datestamp to current for all build objects.
So deleting some objects around traders fixed the scroll option issue for you? I can acces all traders but with most of them I have to zoom in to get the menu.
I got this working fairly well but I just can't figure out how not to get kicked by Waypoint Condition RemoteExec Restriction #0 this is driving me crazy :mad:
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.