I think this is what ZOldDude is referring to.
Was interested to know why publicVariable wasn't working on the serverObjectMonitor:
"dayz_serverObjectMonitor" addPublicVariableEventHandler {dayz_serverObjectMonitor = dayz_safety};
Took 2 minutes to google "publicVariable" and then click "addPublicVariableEventHandler" and then search the code files for "addPublicVariableEventHandler".
Seriously guys, use your brains. If you can't work it out from this, I give up.
Tip 2:
"dayzPublishObj" addPublicVariableEventHandler {(_this select 1) call server_publishObj};
You can use either line of code, or both. Doesn't matter to me.
Many,many pages not on the front list.
People need to spend some time READING the forums back beyond the first page of topics.
When ever I used to join a new forum I made a POINT of reading each and every thread in reverse order from back-to-front to understand what was going on.
Just the way my mind works.