1. Just wondering if anybody has achieved this, i am looking at integrating it into a battlefield server as the "Your sleeping" screen tends to lag out and people get spawn camped.
     
  2. Wulf

    Wulf Community Admin

    Use my NoSleepers plugin or make a plugin that uses player.EndSleeping() in OnPlayerRespawned or OnPlayerConnected to wake players up automatically.
     
  3. Sweet got that all working
    [DOUBLEPOST=1448785382][/DOUBLEPOST]Just another thing that i dont know the call for is when you teleport i still get the sleep screen, what would we use to avoid that?
    [DOUBLEPOST=1448789092,1448781879][/DOUBLEPOST]All good it was a setting in m-teleportation
    player:SetPlayerFlag(global.BasePlayer.PlayerFlags.Sleeping, false)