I'm running my own server locally with Oxide as a sandbox to try things out, and I'd like to make all the green boxes spawn in order to check their locations.
Any ideas? Cheers.
Is there a way to force respawn all green, army boxes?
Discussion in 'Rust Discussion' started by rEiGN, Dec 7, 2016.
-
Code:
del assets/bundled/prefabs/radtown/ spawn.fill_groups
-
Do I run these in the in-game console with admin rights or?
edit: Nevermind, figured it out. Thank you very much.Last edited by a moderator: Dec 7, 2016 -
One more question. I'm having trouble making a bind for this.
Code:bind k del "assets/bundled/prefabs/radtown/";spawn.fill_groups
Code:Couldn't find "assets/bundled/prefabs/radtown/" "True"
Ideas?