Solved Disabling sleepers?

Discussion in 'Rust Discussion' started by Slaughter, Nov 13, 2015.

  1. Hey,

    Apologies if this has been asked before :p

    I'm trying to disable people sleeping when they log out... but can't seem to find any answers.

    Is it possible?

    I've tried settings in the server cfg but it makes no difference.

    Cheers.
     
  2. what you could do is simply save players inventory/equipment say to a mysql database or flat file on loggout and delete the gameObject then just simply when they login readd the stuff
     
  3. Wulf

    Wulf Community Admin

  4. I care about inventory. IF they get DC while raiding somewhere? They will loose all of their rockets etc. This plugin can become a nightmare.
     
  5. Wulf

    Wulf Community Admin

    You'd need to store all of their inventory then, kill them, and then restore it on login.