Automatic random spawn points (Rust)
Hello, im using SpawnDatabase for CarComanderLite.
Im settings 10 random spawn points in map for cars but i have to reset them every wipe (every week) is there any way to make it automatic?
For exaple a plugin will set the spawn points near or inside monuments in non-build areas or everywhere around the map and when a foundation will build near the spawn point (10m) the plugin will remove the spawn point and it will set it somewhere else, but i think the first one near or inside monuments will be more easier.

This is called every time the server wipes, so you could do what you are asking with this method.

void OnNewSave(string filename)
{ 
  Puts("OnNewSave works!");
}
so i will make a new plugin, i will include the SpawnDatabase plugin and i will make it to set spawnpoints in xyz random in surface from the map? is there something like commands tutorial for rust plugin? like a wiki?

Ohh I thought you already had a working thing & wanted to know how it could be made automatic. I'm sure what you are asking is possible, there are hundreds of plugins as your disposale to look at & learn how they function - possibly the best thing you can do.



Merged post

Ill have a look at SpawnDatabase

Merged post

Way too complicated for me plus I'm working on other projects, hopfully someone can help you with this.
Its okey, thank you for you time :)
i dont know what u exactly want.