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.
Solved Removing "You're sleeping"?
Discussion in 'Rust Discussion' started by virobeast, Nov 29, 2015.
-
Wulf Community Admin
Use my NoSleepers plugin or make a plugin that uses player.EndSleeping() in OnPlayerRespawned or OnPlayerConnected to wake players up automatically.
-
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)