Hey is there a way to figure out where the base is of a banned player?
Just banned some players from my server and i want to destroy their base, Since there are not in it if i teleport to them, i have no clue where their base is or do i have to /prod on every base on server
Where the base of player is?
Discussion in 'Rust Discussion' started by Pascal 6, Feb 2, 2018.
-
I use Finder to find player's base
-
You can write easy plugin that will work when player is banned, and then:
foreach (var check in BaseNetworkable.serverEntities) {
if (check.OwnerID == banned.userId)
check.Kill()
} -
Thnx guys totally missed the finder plugin
-
You can use this command :
Code:entity.deleteby STEAMID