Jump to content
ZappsZ

Objects keep respawning on connect / server restart.

Recommended Posts

Hi so yeah, ran in to a small issue.

Been editing this mission, and whenever somebody joins, all the items that i've placed ( at least the ones that have moved a mm ) get respawned. So sometimes you have like 10/15 benches through out the base.

 

Is there anyway to stop them from "Reproducing"? 

If you need any files or stuff, let me know and i'll upload to pastebin.

 

Regards,

 

ZappsZ.

Share this post


Link to post
Share on other sites

Difficult to understand what "this mission" is, but you are in multiplayer session, if I'm right. So, all you wrote in init field of any object/unit will run again when another player joins. You must write:  if isServer then {...} to run on server only. I assume it's loadout question. And...  learn for MP scripting.

  • Like 1

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

×