Jump to content
MisterCat

Players not showing up after respawn

Recommended Posts

Players don't show up on the zeus GUI, I added the players in the 3D editor using the "add editable objects" module.

Share this post


Link to post
Share on other sites

I would recommend using this mod as you can add and remove entities like players and objects on the zues interface with a couple of clicks within the interface it's self.

ARES Workshop:

https://steamcommunity.com/sharedfiles/filedetails/?id=421908020

ARES Armaholic:

http://www.armaholic.com/page.php?id=27285

I hope this helps :)

Share this post


Link to post
Share on other sites

Yea, that's what I do to void this issue, but I would also like a solution that adds only the players as I don't want the static objects near the players to become edit-able

Share this post


Link to post
Share on other sites

Pretty simple.

 

Create a file called "initPlayerServer.sqf" in your mission and put this inside:

{
	_x addCuratorEditableObjects[[_this select 0],false]
} count allCurators;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×