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).
Rust Restoring deleted buildings / deployables
Discussion in 'Plugin Requests' started by ThunderZ, Jul 3, 2016.
-
-
you can /placeback,
-
[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
-
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?
-
This issue was solved /delete please.