Jump to content

GooberGrape

Member
  • Posts

    967
  • Joined

  • Last visited

Everything posted by GooberGrape

  1. trying to do something like this so they can see what command to use to spawn the heli "MyMini": { "DisplayName": "MyMini", "Image": "https://rustlabs.com/img/screenshots/minicopter.png", "Message": "Spawn a mini by typing /mymini in chat.", "Command": "oxide.usergroup add {steamid} MyMini",
  2. GooberGrape

    error when give

    oxide
  3. GooberGrape

    error when give

    > Failed to call hook 'ChatGiveCmd' on plugin 'PersonalMarketplace v1.2.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.PersonalMarketplace.Message (Oxide.Core.Libraries.Covalence.IPlayer player, System.String messageKey, System.Object[] args) [0x00085] in <b3b2fa3fa4364f32b753672d011a5761>:0 at Oxide.Plugins.PersonalMarketplace.ChatGiveCmd (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00108] in <b3b2fa3fa4364f32b753672d011a5761>:0 at Oxide.Plugins.PersonalMarketplace.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005ad] in <b3b2fa3fa4364f32b753672d011a5761>:0
  4. works thanks!
  5. https://gyazo.com/12c1ce48caf5e3e30d15fa9d6edded57 and they are set to all different links but show same image
  6. GooberGrape

    Shop UI

    How to move the sale redbox down to bottom of box? https://gyazo.com/010a119183617f4a825a7ca6f2d40a8c
  7. GooberGrape

    Show scrap balance?

    also how to move the sale redbox down to bottom of box? https://gyazo.com/010a119183617f4a825a7ca6f2d40a8c
  8. GooberGrape

    Show scrap balance?

    why wont it show the scrap balance?
  9. "Notification settings": { "Send announcements via in-game chat?": false,
  10. GooberGrape

    error please fix

    20:03:11] > Failed to call hook 'OnServerInitialized' on plugin 'CopterTaxi v1.2.4' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CopterTaxi.SpawnHelicopters () [0x00206] in <10662328b5734e1a852073e1360a6297>:0 at Oxide.Plugins.CopterTaxi.OnServerInitialized () [0x00000] in <10662328b5734e1a852073e1360a6297>:0 at Oxide.Plugins.CopterTaxi.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0090a] in <10662328b5734e1a852073e1360a6297>:0
  11. GooberGrape

    error

    Failed to call hook 'shop_page' on plugin 'Shop v1.2.5' (KeyNotFoundException: The given key 'Wolff651[76561199581041356]' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.Shop.ShowItems (BasePlayer player, System.Collections.Generic.List`1[T] items, System.String category) [0x00012] in <6556cbe9d431476aade237e12364ac20>:0 at Oxide.Plugins.Shop.OpenShopPage (BasePlayer player, System.String category, System.Int32 page) [0x0000e] in <6556cbe9d431476aade237e12364ac20>:0
  12. any future plans to add a sawmill?
  13. GooberGrape

    Shop UI

    Trying to add AQuarry to shop tried using Items "furnace.large(1)": { "DisplayName": "Personal Quarry Lvl 1", "Skin": 3185891808, "Image": "", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 1, "SellPrice": 0, "Currency": "scrap", "ShowDisplayName": true } Catagory "Personal_Quarry": { "Image": "https://path/to/category/image.png", "Permission": null, "Sale": 0, "Items": [ "furnace.large(1)" ] } even added Command "furnace.large(1)": { "DisplayName": "default", "Image": "https://rustlabs.com/img/items180/water.salt.png", "Message": "You just bought command", "Command": "cmd/quarry.give {steamid} 3185891808", "BuyPrice": 1, "Currency": "scrap", "ShowDisplayName": true }
  14. GooberGrape

    Error on connection

    [08:22:12] > Failed to call hook 'OnPlayerConnected' on plugin 'PermissionStatus v1.4.4' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.PermissionStatus.IsComplyingConditions (BasePlayer player, Oxide.Plugins.PermissionStatus+Status status) [0x00027] in <e5b9af0e7d964a7db48d59773ad9d703>:0 at Oxide.Plugins.PermissionStatus.UpdateStatus (Oxide.Plugins.PermissionStatus+Status status, BasePlayer player) [0x00012] in <e5b9af0e7d964a7db48d59773ad9d703>:0 at Oxide.Plugins.PermissionStatus.FullUpdate (BasePlayer player) [0x0000e] in <e5b9af0e7d964a7db48d59773ad9d703>:0 at Oxide.Plugins.PermissionStatus.OnPlayerConnected (BasePlayer player) [0x00000] in <e5b9af0e7d964a7db48d59773ad9d703>:0
  15. GooberGrape

    never finishes upgrade

    it restarts the upgrade from brand new if it doesn't finish. spent 2 hrs farming stone and im still in a twig base lol
  16. GooberGrape

    error

    the ExtraLife has a error [14:45:33] > Failed to call hook 'ExtraLifeItemGiveCMD' on plugin 'ExtraLife v1.0.4' (IndexOutOfRangeException: Index was outside the bounds of the array.) at Oxide.Plugins.ExtraLife.ExtraLifeItemGiveCMD (BasePlayer player, System.String command, System.String[] args) [0x00033] in <1fb4071ebf3a4016ac07d9f3e1ffb33e>:0 at Oxide.Plugins.ExtraLife.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001fa] in <1fb4071ebf3a4016ac07d9f3e1ffb33e>:0
  17. GooberGrape

    Error

    ok
  18. GooberGrape

    error

    Failed to run a 0.50 timer in 'WelcomeController v1.0.8' (KeyNotFoundException: The given key '76561197968667969' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.WelcomeController.UICreateEditMenu (BasePlayer player) [0x00006] in <d34a2c016b8347888a292bbab79e8bdb>:0 at Oxide.Plugins.WelcomeController+<>c__DisplayClass28_0.<CMDEditMenu>b__0 () [0x00000] in <d34a2c016b8347888a292bbab79e8bdb>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <beb2b64691c64e2b95b99491bd85442c>:0
  19. GooberGrape

    error

    [20:03:21] > [GunShip] Encountered Error at Damage System! Sequence contains no matching element [20:03:30] > [GunShip] Encountered Error at Damage System! Sequence contains no matching element
  20. GooberGrape

    Error

    [TheFerry] Entering State CastingOff ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.TheFerry+FerryComponent.GetArivle () [0x00000] in <70849090f7564afa8ea0369dd4d90d79>:0 at Oxide.Plugins.TheFerry+FerryComponent.UpdateUi () [0x00017] in <70849090f7564afa8ea0369dd4d90d79>:0 at InvokeHandlerBase`1[T].DoTick () [0x00109] in <a3e00abd87244d8e970370235c7e12fa>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <a3e00abd87244d8e970370235c7e12fa>:0
  21. GooberGrape

    Error

    Ferry Terminal Event] [INFO] 00:26:56 [FerryTerminalEvent] [INFO] Starting the event [Ferry Terminal Event] [ERROR] 00:26:56 [FerryTerminalEvent] [ERROR] Stopping the Event due to an issue on the plugin [Ferry Terminal Event] [ERROR] 00:26:56 [FerryTerminalEvent] [ERROR] Error Detected Object reference not set to an instance of an object
  22. he didn't explain at all how to add the simple stats to the welcome panel.. https://gyazo.com/5e28e1177c24449c70a4d4133ea5913e Also VoteMap stopped working with update
  23. What’s the add-on plug-in name that you use for simple stats?
  24. GooberGrape

    Oil Island

    The moon pool in the entrance of bottom of oil is crashing players .
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

124.3k

Files Sold

Total number of files sold.

2.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.