Currently PlayerAuthed sorta does this job however, by the time the hook runs the player hasn't been validated by steam and could thus lead to issues. Having hook that fires when a player is authed by steam and has a valid player object would be great for having a reliable "ready" hook.
A good usecase would be in adminmods which currently use PlayerAuthed which could be a vurnability. It'd be nice to also still run for bots for consistency so it could be used as a more "universal" player ready hook.
Currently
PlayerAuthed
sorta does this job however, by the time the hook runs the player hasn't been validated by steam and could thus lead to issues. Having hook that fires when a player is authed by steam and has a valid player object would be great for having a reliable "ready" hook. A good usecase would be in adminmods which currently usePlayerAuthed
which could be a vurnability. It'd be nice to also still run for bots for consistency so it could be used as a more "universal" player ready hook.