Airdrop prefab?

Discussion in 'Rust Discussion' started by Tiberone, Nov 12, 2016.

  1. Hello, I run a vanilla server and since event.run was deprecated, I try to call it with entity.create but I don't know the prefab location so any help would be appreciated!
     
  2. Last edited by a moderator: Nov 13, 2016
  3. I looked into it some more and it looks like this is the correct way to do it entity.create "assets/prefabs/npc/cargo plane/cargo_plane.prefab"
     
  4. Thanks for your help!