1. I'm trying to save a list of buildings / deployables on the map to a list...destroy them and then restore them to the map once needed.

    Could you help me with this?

    I have the destruction part just fine..I'm just really new to oxide and C# and I'm not sure how to approach...Any help would be appreciated...

    Could pay for the code if needed (reasonable).
     
  2. It's not what I need I'm trying to loop through every single building on the map and save them to positions not restore them where i click.
     
  3. you can /placeback,
     
  4. Oh hmm lemme give it a try sorry. :|
    [DOUBLEPOST=1467555931][/DOUBLEPOST]

    Mind you I haven't touched the plugin at all... But randomly the copy command stopped working...

    Code:
    14:23 [Error] Failed to call hook 'cmdChatCopy' on plugin 'CopyPaste v3.0.7' (NullReferenceException: Object reference not set to an instance of an object)
    14:23 [Debug]   at Oxide.Plugins.CopyPaste.TryCopyFromPlayer (.BasePlayer player, System.String filename, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CopyPaste.cmdChatCopy (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CopyPaste.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    
    Rip.. No idea why.
     
  5. I tried copying outside the island im on and the copy command starts working...but when i try to copy on the ground on the island it throws that error... any ideas?
     
  6. This issue was solved /delete please.