How can I get the entity count for the server? I was directed towards the server info plugin but looking at the code I don't see anything that returns the entity count.
Any help appreciated.
Getting server entity count?Solved
It's displayed on the webrcon, main page.
How can I get that number in Oxide though?
If you're looking for code then you might just be able to useRebajas
How can I get that number in Oxide though?
BaseNetworkable.serverEntities.Count. Nice one - that seems to do exactly what I need :) thanks.
Locked automatically