-
Posts
83 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by goontrash
-
- 95 comments
-
- #panel
- #infopanel
- (and 4 more)
-
ExType: MySqlException MySql handle raised an exception in 'RusterNET v4.2.1' plugin (TimeoutException: Timeout in IO operation) at MySql.Data.MySqlClient.TimedStream.StopTimer () [0x00030] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.TimedStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00028] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at System.IO.BufferedStream.Read (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x000cd] in <fb001e01371b4adca20013e0ac763896>:0 at MySql.Data.MySqlClient.MySqlStream.ReadFully (System.IO.Stream stream, System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00006] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.MySqlStream.LoadPacket () [0x0000e] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int64& insertedId) [0x00014] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.Driver.GetResult (System.Int32 statementId, System.Int32& affectedRows, System.Int64& insertedId) [0x00000] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.Driver.NextResult (System.Int32 statementId, System.Boolean force) [0x00023] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.MySqlDataReader.NextResult () [0x000d2] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x00250] in <8d7380b3d3cf4bd8be324c584f371b44>:0 getting this error
-
- 3 comments
-
- 2
-
-
- #rusternet-addon
- #rusternet
-
(and 3 more)
Tagged with:
-
Was wondering if its possible to add support to this plugin, currently cannoy skin spraycan.
-
- 296 comments
-
- #building
- #foundation
-
(and 27 more)
Tagged with:
- #building
- #foundation
- #tool
- #tools
- #ui
- #upgrading
- #remove
- #upgrade
- #blocks
- #clans
- #friends
- #noescape
- #interface
- #hud
- #build skins
- #grade
- #gredable bases
- #grade rust bases
- #build system
- #upgrade buildings
- #remove structures
- #downgrade structures
- #base customization
- #best grade plugin
- #build plugin by mevent
- #reskin
- #bgrade
- #skins
- #building skins
-
CAN CLOSE, FIXED IT
-
trying to make wind turbines work, tried generator.wind.scrap and generator.wind.scrap.item and got nothing
-
getting error Failed to call hook 'OnServerInitialized' on plugin 'Shop v1.1.62' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Shop.SelectLayout () [0x00040] in <79c24de1731846ed9d68cd668b46f01e>:0 at Oxide.Plugins.Shop.OnServerInitialized () [0x00036] in <79c24de1731846ed9d68cd668b46f01e>:0 at Oxide.Plugins.Shop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002b1] in <79c24de1731846ed9d68cd668b46f01e>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <46ff2b534abb4b35952608167523b7ec>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <46ff2b534abb4b35952608167523b7ec>:0 Loaded plugin Shop v1.1.62 by David
-
-
Take your time man, You have rl to take care of first.
-
from lone.design - Currently with npcs they do not work, i setup the config properly and the shop will not open when using an npc
-
only problem i found was that npcs could go through the garage door
-
I disabled npc movement and they still move around?
-
i have setup economics and set it up in the config but for myself and players it isnt showing the economics balance in the bank, its seperate. "Economy Settings": { "Use own economic system??": true, "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance" },
-
getting error when someone crates a bank and i try to transfer it gives me this error Failed to call hook 'CmdConsoleBank' on plugin 'BankSystem v1.0.1' (ArgumentOutOfRangeException: Index and length must refer to a location within the string. Parameter name: length) at System.String.Substring (System.Int32 startIndex, System.Int32 length) [0x0006a] in :0 at Oxide.Plugins.BankSystem.GetLastCardNumbers (BasePlayer player, System.String number) [0x0003f] in <7d6d44f99afc4d1e8d93839b4d15619d>:0 at Oxide.Plugins.BankSystem.SelectPlayerUi (BasePlayer player, System.Int32 type, System.Int32 amount, System.UInt64 target, System.Int32 page) [0x00506] in <7d6d44f99afc4d1e8d93839b4d15619d>:0 at Oxide.Plugins.BankSystem.CmdConsoleBank (ConsoleSystem+Arg arg) [0x0046e] in <7d6d44f99afc4d1e8d93839b4d15619d>:0 at Oxide.Plugins.BankSystem.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01340] in <7d6d44f99afc4d1e8d93839b4d15619d>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
-
death i feel you their, lmao
-
look the plugin will come when it comes, their is no need to reply to this thread now as he stated it will be out when its out, if it comes to it i will close the thread but for now let the man be as he is busy with real life and if it takes him extra weeks or months to make it then it will take that time, unless you want to find someone else in the meantime to make one, tbh i hope he releases it later on so then its polished more and not just a rushed release because some random wanted the plugin to be released early to keep hype.
-
just came to comment on how entitled this seems, just wait for him to release and he is a very busy person, at least he is posting updates.