A couple of months ago, the developers have fixed this warning on the map Craggy Island, but after the release of the game error returned again. Can someone ask the developers to re-fix this warning?
Couldn't find an appropriate spawnpoint for the player - so spawning at camera
Discussion in 'Rust Development' started by miRror, Feb 21, 2018.
-
I only noticed this happening on my small test server - believe the world size was 1500. It shouldn't affect anything if you have custom server spawns
-
-
-
Code:private void Init() { var filter = Oxide.Game.Rust.RustExtension.Filter.ToList(); filter.Add("Couldn't find an appropriate spawnpoint for the player - so spawning at camera"); filter.Add(" has entered the game"); Oxide.Game.Rust.RustExtension.Filter = filter.ToArray(); }
Last edited by a moderator: Feb 21, 2018 -
For example, RustAdmin has a console filters.
Of course, there is another's sticky ways)
Or maybe Wulf is able to make a new hook for this?)Last edited by a moderator: Feb 21, 2018