[FIX] Custom buildings working on 1.7.7.1

ScareD

New Member
I've heared that somebody met the problem with custom (DataBase) buildings on his server.
Here is a solution:

1) Open your server\system\server_monitor.sqf
Find the following line:
Code:
if ((_class isKindOf "AllVehicles") && ((_CharacterID == "0") OR (_CharacterID == "1")) && (_damage < 1)) then {
Change it to:
Code:
if (((_CharacterID == "0") OR (_CharacterID == "1")) && (_damage < 1)) then {

2) Enjoy your old vehicles back on the server.

(This thing worked for me, but my mate says it doesn't work for him, so please, try this, and give a feedback.
I'm gonna find another workaround.

Good luck, and don't forget to check the right way to edit your dayz map and working dayz 1.7.7.1 kill/death messages.
 
Back
Top