is there a way to have this run from server side?
if i add something like this to server_monitor.sqf
call compile preprocessFileLineNumbers "\z\addons\dayz_server\@DayZofDuty\DOD\settings.sqf";
that what was giving me waiting for host
once deleted it worked
but i have not yet got it to save to the database
so on server restart all items built disappear
In YOUR default description.ext
YOU MUST REMOVE THIS CODE:
class RscText
{
type = 0;
idc = -1;
x = 0;
y = 0;
h = 0.037;
w = 0.3;
style = 0x100;
font = Zeppelin32;
SizeEx = 0.03921;
colorText[] = {1,1,1,1};
colorBackground[] = {0, 0, 0, 0};
linespacing = 1;
};
class RscPicture
{
access=0...
ok so i add USBasicAmmunitionBox_EP1 and USBasicWeapons_EP1 to BE
added them via 3D editor
the USBasicAmmunitionBox_EP1 looks like it is staying (have not tested to see if it will refill on restart)
EDIT: Nope it is disappearing also
the USBasicWeapons_EP1 is disappearing after about 5 min...
what BE filters do i need to add in ?
do i just add this?
5 "box" !="USBasicWeapons_EP1" !="MedBox0" !="AmmoBoxSmall_556" !="AmmoBoxSmall_762" !="ItemMatchbox" !="ItemToolbox" !="CardBoardBox" !="FoodBox1" !="FoodBox2" !="FoodBox3"
to add USBasicWeapons_EP1
i am unable to get the trigger to work using HeidiSQL i get this error
SQL Error (1303): Can't create a TRIGGER from within another stored routine
i have created the cust_spawn table but i am unable to run the trigger
thanks
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.