How do you delete air drop container that has sat for a while?
I just want to remove the container when it sits in the game world for extended amount of time.
Delete air drop container
Discussion in 'Rust Discussion' started by [X] Meep, Jul 2, 2015.
-
Remove the items from it and it will go away.
-
You can juse .Kill on any entity, airdrop containers are entities just like about everything else. That said, I don't think entities are dated so you'd need to detect when it's created and associate a timestamp to it in your plugin... On a timer you'd then look at expired box and see if they still exist and kill them if they do.