1. How could you delete a car or ATV? Without destroying everything.
     
    Last edited by a moderator: Jan 19, 2016
  2. In your server console use "destroyall roach" (Cars) and "destroyall goat" (ATV's).
    You can use this in the F1 console if you're an admin. But you'd need to prefix it with "rcon"
    So you'd use "rcon destroyall roach" in F1 for example.
     
  3. Without destroying everything**
     
  4. Oh you just want to get rid of one of them?
     
  5. Yeah that's what I'm looking for
     
  6. I don't think that's possible without writing a plugin for it. You'd need to use a radius argument and destroy the first result. Which would mean you'd need to be next to it. So if it is lost somewhere it would be tricky (assume it's lost or stuck else you could just drive it to a town or something).
     
  7. Yeah Ill look into writing a plugin for it, I'm not familiar with oxide for hurtworld quite yet but Ill see thanks!
     
  8. does destroyall destroy claimed vehicles as well?
     
  9. Yes, it destroys all of them as the name implies.
     
  10. i figured, but you never know.
     
  11. ydd

    ydd

    "rcon destroyall roach"doesn't work in 0330?
     
  12. this no longer works, i would like to delete some atvs from my server, how do i do this?
     
  13. Wulf

    Wulf Community Admin

    You'd need to use a plugin such as DestroyAll.
     
  14. This ain't solved
     
  15. Wulf

    Wulf Community Admin

    You'd need a plugin if you want to remove anything specific, which there is already a plugin request for.
     
  16. So this plugin exist or it has been requested and someone is developing it? If so ill just go download it... one more question can i uncompile a plugin to see how its built then just make my own plugins?
     
  17. Wulf

    Wulf Community Admin

    For removing all, it exists as the DestroyAll plugin found under the Hurtworld Plugins section. Plugins are not compiled, so you can view them with any text editor by default.