Jump to content
  • 0

Infistar Problem!


daryl922

Question

3 answers to this question

Recommended Posts

  • 0
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

  • 0

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...