Jump to content

GooberGrape

Member
  • Posts

    980
  • Joined

  • Last visited

Everything posted by GooberGrape

  1. https://gyazo.com/a4f3c6d7ca39718b1c7fe219adca3d6c [11:32:28] > ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. The ferry goes throughground when it goes into the default terminal, how do i disable it trying to stop there?
  3. it stopped after this setting "Send shop spawn announcements?": false, "Send shop de-spawn announcements?": false,
  4. yes version 1.0.8 only way it stops is "UINotify plugin settings": { "Send shop spawn announcements?": false, "Send shop de-spawn announcements?": false, so it means Chat is coming through the "UINotify plugin settings" also
  5. { "Notification settings": { "Send announcements via in-game chat?": false, "GUIAnnouncements plugin settings": { "Send announcements using the GUIAnnouncements plugin?": false, "Banner colour - see GUIAnnouncements for colours": "Purple", "Text colour - see GUIAnnouncements for colours": "Yellow", "Position adjustment": 0.0 }, "UINotify plugin settings": { "Send shop spawn announcements?": true, "Send shop de-spawn announcements?": false, "UINotify notification type": 0 } },
  6. https://gyazo.com/fefc8dd2038f6768b9c48e031b208e48
  7. GooberGrape

    1000 MlRs

    Made some very happy players
  8. GooberGrape

    1000 MlRs

    }, { "shortname": "rifle.semiauto", "skin": 0, "displayName": null, "amount": 1000 } ]
  9. The position
  10. 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",
  11. GooberGrape

    error when give

    oxide
  12. 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
  13. works thanks!
  14. https://gyazo.com/12c1ce48caf5e3e30d15fa9d6edded57 and they are set to all different links but show same image
  15. GooberGrape

    Shop UI

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

    Show scrap balance?

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

    Show scrap balance?

    why wont it show the scrap balance?
  18. "Notification settings": { "Send announcements via in-game chat?": false,
  19. 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
  20. 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
  21. any future plans to add a sawmill?
  22. 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 }
  23. 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
  24. 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
1.9m

Downloads

Total number of downloads.

8.6k

Customers

Total customers served.

129.3k

Files Sold

Total number of files sold.

2.7m

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.