1. Trying to make the entrance to my arena in a way that players can choose a kit from an NPC that gives them guns and ammo to fight in the arena, but they are unable to take the kit with them.
    This allows me to give players more in the kits, without worrying about OP kits or players redeeming them too many time or too often as a loot source instead of what they are intended to be, kits for the arena ONLY.

    Anyone know the best or easiest way to wipe an inventory? Preferably with SteamID, because Npctp allows me to create a Npc that can run a cmd on a player, which inserts the SteamID of the player after a custom command.

    Using this, I've gotten the NPC to kill the player on interaction and accepting the consequences with GUI, but the respawn point is default/random, I just want to spawn them on the other side of a chainlink fence.

    I have a spawn file set up, I can make the NPC TP the player, but if I kill the player first the NPC doesn't seem to TP them. I've posted in Npctp, but no responses have come in a few days and I'm beginning to look for other options.

    Could I use a different, or additional, plugin to make this work? It seems at the moment, I can TP OR kill the player, but I want to do both.
    I'm not bent on killing the player, I'd much rather just clear their inventory with a plugin or command, but I haven't found one that could work with Npctp and its SteamID player targeting. Killing was just the best option I could come up with.
     
  2. Man I give a speed read on this and maybe you can take a look on this:
    Zone Command for Rust | Oxide
    and ZoneManager of course.

    You can set a zone for let the arena, that runs command for Clean the inventory (maybe Inventory Cleaner) and TP to another point, or maybe with another NPC to do a tp outsid the arena (npc tp, there is a plugin here) or "Warp" point (There is other plugin too for that).
     
  3. Nice, I was actually going down a path where I intended to use zones to run a command that could do this, until I realized ZoneManager didn't support commands. I didn't realize there was a separate plugin for that, thanks!
     
  4. Np my friend
    glad to help you


    aaaah. if you can and want Update this with you config and how you put it working, I saw other guys looking for this before.