-
Posts
75 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by hc4stillo
-
[09.29 23:32:48] Failed to initialize plugin 'IQSimpleVote v1.0.1' (UnauthorizedAccessException: Access to the path "/home/container/oxide/data/IQSystem/IQSimpleVote/VoteActive.json" is denied.) at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <f98723dd4586469db5213ec59da723ca>:0 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions) at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00055] in <f98723dd4586469db5213ec59da723ca>:0 at System.IO.StreamWriter..ctor (System.String path) [0x00008] in <f98723dd4586469db5213ec59da723ca>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string) at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00026] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Core.Configuration.DynamicConfigFile.WriteObject[T] (T config, System.Boolean sync, System.String filename) [0x0003f] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.DataFileSystem.WriteObject[T] (System.String name, T Object, System.Boolean sync) [0x00007] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x0000f] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Plugins.IQSimpleVote.ReadData () [0x0000b] in <a829f811b97445438800395851316fa8>:0 at Oxide.Plugins.IQSimpleVote.Init () [0x00006] in <a829f811b97445438800395851316fa8>:0 at Oxide.Plugins.IQSimpleVote.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002f2] in <a829f811b97445438800395851316fa8>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <beb2b64691c64e2b95b99491bd85442c>:0 [09.29 23:32:48] Unloaded plugin IQSimpleVote v1.0.1 by Mercury [09.29 23:32:48] No previous version to rollback plugin: IQSimpleVote [09.29 23:32:52] IQSimpleVote was compiled successfully in 1984ms I solved it by creating the VoteActive.json file with empty content { } I have 2 questions 1- In the description you do not mention any special command for the admin, /vote.admin /vote.key /vote.start "key" /vote.stop 2- Is it possible to execute custom commands in the console after finishing the votes Example: config
- 11 comments
-
- 1
-
-
Hi Mercury, The idea in my head is simple and I hope to detail it well here. Does this plugin allow you to run several polls and at the end of the positive result generate a command in the console? Example: 1- The player writes the command "/vote 1" (activate drone patrol) Y/N 2- Show voting interface for 60 sec 3- If the positive votes are higher, allow you to configure a command to be executed in the console example "o.load IQDronePatrol" I intend with this, that the players can activate any event, only if the majority agrees.
- 11 comments
-
I just need that bottom and it would be a 100/10
-
- 17 comments
-
- 1
-
-
- 23 comments
-
- #plugin
- #admin tool
-
(and 7 more)
Tagged with:
-
- 17 comments
-
- 17 comments
-
It is possible to create a list of videos with different commands to be shown only to the player who writes it or to an information panel. example: List Video01 “url” = “/cmd” Video02 “url” = “/cmd” Action: Player writes in chat /wipe (video is played). Panel: Player clicks on the menu list “wipe” (video is played).
- 17 comments
-
The time does not change, neither does the max or min amount, the custom loot is ignored The loot profile is not working correctly. Example: { "ProfileEntries": { "default": { "MinItems": 3, "MaxItems": 3, "SkinId": 0, "HackableSeconds": 10.0, "LootItems": [ { "Shortname": "hazmatsuittwitch", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "supply.signal", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "supply.signal", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false } ] }, "hack1": { "MinItems": 2, "MaxItems": 2, "SkinId": 0, "HackableSeconds": 10.0, "LootItems": [ { "Shortname": "scrap", "ItemName": null, "SkinID": 0, "MinAmount": 1000, "MaxAmount": 1000, "IsBlueprint": false }, { "Shortname": "scrap", "ItemName": null, "SkinID": 0, "MinAmount": 1000, "MaxAmount": 1000, "IsBlueprint": false }, { "Shortname": "scrap", "ItemName": null, "SkinID": 0, "MinAmount": 1000, "MaxAmount": 1000, "IsBlueprint": false }, { "Shortname": "scrap", "ItemName": null, "SkinID": 0, "MinAmount": 1000, "MaxAmount": 1000, "IsBlueprint": false } ] } } } { "BankEntries": [ { "bank display name": "banco", "parent monument name": "BankHeistV1", "time between resets": 1800.0, "alarm disable when all crates are looted": true, "alarm timeout seconds": 0.0, "spawn position": { "x": 1112.94348, "y": 15.3036413, "z": 1265.61328 }, "spawn rotation": { "x": 0.0, "y": 0.0, "z": 0.0 }, "player detection origin": { "x": 0.0, "y": 0.0, "z": 0.0 }, "player detection radius": 100.0, "map marker origin": { "x": 0.0, "y": 0.0, "z": 0.0 }, "map marker radius": 100.0, "map marker opacity": 0.6, "map marker ready color": "#2eff74", "map marker reset color": "#ff2e2e", "map marker outline color": "#ffffff", "loot spawn group entries": [ { "Id": 3302, "Prefab": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab", "Profile": "hack1", "Position": { "x": 1.63380337, "y": 5.84172344, "z": 18.9100342 }, "Rotation": { "x": -7.41397962E-05, "y": 7.929199, "z": -270.004425 } }, { "Id": 4369, "Prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab", "Profile": "default", "Position": { "x": 1.54864025, "y": 2.556427, "z": 15.5226936 }, "Rotation": { "x": 0.0, "y": 11.8963318, "z": -270.0 } } ], "door spawn group entries": [], "npcs spawn group entries": [ { "Id": 4227, "Prefab": null, "Profile": "default", "Position": { "x": 1.53720856, "y": 7.922785, "z": 20.5056076 }, "Rotation": { "x": 0.0, "y": -301.886627, "z": -270.0 } } ] } ] }
-
- 164 comments
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with:
-
- 164 comments
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with:
-
I want to understand what I'm doing wrong. 1- New server with 2 plugins listed. 2- I download the latest version and create the folders in /data. 3- I run the plugins and the following error appears. [04.01 02:33:22] 02 XDStatistics - Access to the path "/home/container/oxide/data/XDStatistics/IgnoredPlayers.json" is denied. [04.01 02:33:23] Shutting down compiler because idle shutdown [04.01 02:33:24] Compiler shutdown completed [04.01 02:33:27] Shutting down compiler because idle shutdown [04.01 02:33:27] Compiler shutdown completed [04.01 02:33:37] Failed to initialize plugin 'XDStatistics v3.0.5' (UnauthorizedAccessException: Access to the path "/home/container/oxide/data/XDStatistics/IgnoredPlayers.json" is denied.) [04.01 02:33:37] at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <4889cca7f3644a7fa341501beb4caacb>:0 [04.01 02:33:37] at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <4889cca7f3644a7fa341501beb4caacb>:0 [04.01 02:33:37] at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions) [04.01 02:33:37] at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00055] in <4889cca7f3644a7fa341501beb4caacb>:0 [04.01 02:33:37] at System.IO.StreamWriter..ctor (System.String path) [0x00008] in <4889cca7f3644a7fa341501beb4caacb>:0 [04.01 02:33:37] at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string) [04.01 02:33:37] at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00026] in <4889cca7f3644a7fa341501beb4caacb>:0 [04.01 02:33:37] at Oxide.Core.Configuration.DynamicConfigFile.WriteObject[T] (T config, System.Boolean sync, System.String filename) [0x0003f] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 [04.01 02:33:37] at Oxide.Core.DataFileSystem.WriteObject[T] (System.String name, T Object, System.Boolean sync) [0x00007] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 [04.01 02:33:37] at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x0000f] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 [04.01 02:33:37] at Oxide.Plugins.XDStatistics.LoadDataIgnoreList () [0x0000a] in <eeea29b83e3f4f2488b74904b2c86589>:0 [04.01 02:33:37] at Oxide.Plugins.XDStatistics.Init () [0x00006] in <eeea29b83e3f4f2488b74904b2c86589>:0 [04.01 02:33:37] at Oxide.Plugins.XDStatistics.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00172] in <eeea29b83e3f4f2488b74904b2c86589>:0 [04.01 02:33:37] at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 [04.01 02:33:37] at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 [04.01 02:33:37] at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 [04.01 02:33:37] Unloaded plugin XDStatistics v3.0.5 by DezLife [04.01 02:33:37] No previous version to rollback plugin: XDStatistics
- 123 comments
-
- #stats
- #statistic
-
(and 3 more)
Tagged with:
-
XDStatistics was compiled successfully in 2367ms Failed to initialize plugin 'XDStatistics v3.0.2' (UnauthorizedAccessException: Access to the path "/home/container/oxide/data/XDStatistics/IgnoredPlayers.json" is denied.) at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <4889cca7f3644a7fa341501beb4caacb>:0 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <4889cca7f3644a7fa341501beb4caacb>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions) at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00055] in <4889cca7f3644a7fa341501beb4caacb>:0 at System.IO.StreamWriter..ctor (System.String path) [0x00008] in <4889cca7f3644a7fa341501beb4caacb>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string) at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00026] in <4889cca7f3644a7fa341501beb4caacb>:0 at Oxide.Core.Configuration.DynamicConfigFile.WriteObject[T] (T config, System.Boolean sync, System.String filename) [0x0003f] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 at Oxide.Core.DataFileSystem.WriteObject[T] (System.String name, T Object, System.Boolean sync) [0x00007] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x0000f] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 at Oxide.Plugins.XDStatistics.LoadDataIgnoreList () [0x0000a] in <be2e8a0a1c4147bda494007bc9f2ebad>:0 at Oxide.Plugins.XDStatistics.Init () [0x00006] in <be2e8a0a1c4147bda494007bc9f2ebad>:0 at Oxide.Plugins.XDStatistics.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00172] in <be2e8a0a1c4147bda494007bc9f2ebad>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 Unloaded plugin XDStatistics v3.0.2 by DezLife
- 123 comments
-
- #stats
- #statistic
-
(and 3 more)
Tagged with:
-
This is crazy stuff, the chickens come out of hell completely crazy, it's very fun, all the players on the server really like it and it's addictive. It's worth every penny. I recommend it 100%. Once again, it doesn't disappoint. Congratulations on the wonderful work. Esto es una cosa de locos, las gallinas salen del infierno completamente desquiciadas, es muy divertido a todo los jugadores del servidor les gusta mucho y es adictivo. vale cada centavo lo recomiendo al 100% una vez mas no defrauda, felicidades por el maravilloso trabajo.
- 29 comments
-
- 2
-
-
-
- #event
- #facepunch
- (and 17 more)
-
[MonumentOwner] The zone has been created [Monument: Large Oil Rig | Position to grid: >13 | ID: 80762] Failed to call hook 'OnServerInitialized' on plugin 'MonumentOwner v1.3.5' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.MonumentOwnerExtensionMethods.ExtensionMethods.ToHashSet[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00006] in <bb0f63b363994798b7ae01a341c78199>:0 at Oxide.Plugins.MonumentOwner.ConvertValuesForDateTime () [0x0001f] in <bb0f63b363994798b7ae01a341c78199>:0 at Oxide.Plugins.MonumentOwner.LoadFiles () [0x0001a] in <bb0f63b363994798b7ae01a341c78199>:0 at Oxide.Plugins.MonumentOwner.OnServerInitialized () [0x0009e] in <bb0f63b363994798b7ae01a341c78199>:0 at Oxide.Plugins.MonumentOwner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00b4e] in <bb0f63b363994798b7ae01a341c78199>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e3740cd7ab6f40909737d74eeeaf1a8a>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <032ab7611607468ebf42c14e3cf9df20>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <032ab7611607468ebf42c14e3cf9df20>:0 Calling 'OnServerInitialized' on 'MonumentOwner v1.3.5' took 101ms Loaded plugin MonumentOwner v1.3.5 by jtedal Compiler shutdown completed
- 164 comments
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with:
-
help me pls ailed to call hook 'OnCardSwipe' on plugin 'MonumentOwner v1.3.2' (ArgumentException: Value does not fall within the expected range.) at Oxide.Plugins.MonumentOwner+ControllerMonument.CanPlayerBecomeOwner (BasePlayer possibleOwner) [0x0025d] in <e689436ffa6a4160805278a10366a707>:0 at Oxide.Plugins.MonumentOwner.OnCardSwipe (CardReader cardReader, Keycard card, BasePlayer player) [0x000c5] in <e689436ffa6a4160805278a10366a707>:0 at Oxide.Plugins.MonumentOwner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00d4f] in <e689436ffa6a4160805278a10366a707>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <8ac83a7b2d904890bbdd626a573e73fe>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b974d7a025404888bcdd55b51f29c440>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b974d7a025404888bcdd55b51f29c440>:0 ArgumentException: Value does not fall within the expected range.
- 164 comments
-
- 1
-
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with:
-
- 164 comments
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with:
-
Help me pls Failed to call hook 'Unload' on plugin 'MonumentOwner v1.3.0' (UnauthorizedAccessException: Access to the path "/home/container/oxide/data/MM_Data/MonumentOwner/CooldownPlayers.json" is denied.) at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool) at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean append, System.Boolean checkHost) [0x0001c] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize, System.Boolean checkHost) [0x00055] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string,bool,System.Text.Encoding) at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00007] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Core.Configuration.DynamicConfigFile.WriteObject[T] (T config, System.Boolean sync, System.String filename) [0x0003f] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.DataFileSystem.WriteObject[T] (System.String name, T Object, System.Boolean sync) [0x00007] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Plugins.MonumentOwner.WriteData () [0x0001b] in <fd581f96154e400ea127dd02148bf101>:0 at Oxide.Plugins.MonumentOwner.Unload () [0x00000] in <fd581f96154e400ea127dd02148bf101>:0 at Oxide.Plugins.MonumentOwner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00074] in <fd581f96154e400ea127dd02148bf101>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 Unloaded plugin MonumentOwner v1.3.0 by jtedal
- 164 comments
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with:
-
Failed to call hook 'OnItemPickup' on plugin 'DefendableBases v1.1.6' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.DefendableBases.UpdateBarricade (BasePlayer player, Oxide.Plugins.DefendableBases+BarricadeConfigGui config, System.Int32 line, System.Int32 column) [0x00088] in <14db57793bca425d85148c50c982870d>:0 at Oxide.Plugins.DefendableBases.CreateLaptop (BasePlayer player) [0x02047] in <14db57793bca425d85148c50c982870d>:0 at Oxide.Plugins.DefendableBases.OnItemPickup (Item item, BasePlayer player) [0x00066] in <14db57793bca425d85148c50c982870d>:0 at Oxide.Plugins.DefendableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f71] in <14db57793bca425d85148c50c982870d>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 help me pls
- 97 comments
-
- #barricade
- #ch47
- (and 26 more)