daryl922 Posted August 4, 2018 Report Share Posted August 4, 2018 if I delete something from the server like building items (like walls, doors etc) what are already builded, after server restart it isnt deleted Link to comment Share on other sites More sharing options...
0 salival Posted August 4, 2018 Report Share Posted August 4, 2018 2 hours ago, daryl922 said: if I delete something from the server like building items (like walls, doors etc) what are already builded, after server restart it isnt deleted I would guess your infistar is not the latest version, you should update. You will see some errors in your server RPT relating to this. Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 5, 2018 Author Report Share Posted August 5, 2018 Tahnk you! Link to comment Share on other sites More sharing options...
0 JakeQue Posted August 5, 2018 Report Share Posted August 5, 2018 in infistar, you need to find all the PVDZ_obj_Destroy. If it looks like this : PVDZ_obj_Destroy = [_objectID,_objectUID,player]; change to PVDZ_obj_Destroy = [_objectID,_objectUID,player,dayz_authKey]; if it looks like this: PVDZ_obj_Destroy = [_objectID,_objectUID,player,_object]; change to : PVDZ_obj_Destroy = [_objectID,_objectUID,player,_object,dayz_authKey]; New addition to Epoch 1.0.6.2. See: https://github.com/EpochModTeam/DayZ-Epoch/commit/42e0047 Link to comment Share on other sites More sharing options...
Question
daryl922
if I delete something from the server like building items (like walls, doors etc) what are already builded, after server restart it isnt deleted
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now