Jump to content

Unable to change safehouse spawn location


Arseniy_Kotikov

Recommended Posts

Hi, same problem here  ....  but i found the issue :D

 

for pz devs: 

here:  ProjectZomboid/projectzomboid/media/lua/client/OptionScreens/MapSpawnSelect.lua

line 131:  

 - if safe:isRespawnInSafehouse(username) and safe:getPlayers():contains(username) or safe:getOwner() == username then

this should mean that also if you have not flagged  respawn in safe house .. if you are owner anyway your respawn is in safehouse :D

changing line in:

   if (safe:getPlayers():contains(username) or safe:getOwner() == username) and safe:isRespawnInSafehouse(username) then
should fix the issue (already tested and it seems to work)

 

hope  for a quick "official fix" :)

 

 

Edited by brotholo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...