Jump to content

Shane156

Member
  • Posts

    50
  • Joined

  • Last visited

Everything posted by Shane156

  1. Hi, The plugin is reporting the following message: [MapVoter] Map Id: 4c083a91d542449bbda43ff6ac699182 current state: Map has not finished generating 'RustCore v2.0.6096' is using deprecated hook 'OnMapMarkerRemove', which will stop working on Sunday, 31 December 2023. Please ask the author to update to 'OnMapMarkerRemove(BasePlayer player, List<MapNote> mapMarker, int index)' Can you please update the plugin as today is the day in which it will stop working. Kind Regards
  2. Shane156

    Unable to sell property

    Nothing happening on the GUI, on the server I see this: Failed to call hook 'PropertyManagerDeleteCommandUI' on plugin 'PropertyBuying v1.1.11' (InvalidOperationException: Collection was modified; enumeration operation may not execute.) at System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () [0x00013] in <2161c9885dd04ff291b79db9349c4b9b>:0 at System.Collections.Generic.List`1+Enumerator[T].MoveNext () [0x0004a] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.PropertyBuying.CodeLockManager (Oxide.Plugins.PropertyBuying+PropertyHouse property, System.String options, System.UInt64 playerID, RelationshipManager+PlayerTeam teams) [0x002bc] in <28116743834c445b9b3c0850e8c8a8ff>:0 at Oxide.Plugins.PropertyBuying.PropertyManagerDeleteCommandUI (ConsoleSystem+Arg arg) [0x00073] in <28116743834c445b9b3c0850e8c8a8ff>:0 at Oxide.Plugins.PropertyBuying.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01072] in <28116743834c445b9b3c0850e8c8a8ff>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 Calling 'PropertyManagerDeleteCommandUI' on 'PropertyBuying v1.1.11' took 503ms Failed to call hook 'PropertyManagerDeleteCommandUI' on plugin 'PropertyBuying v1.1.11' (InvalidOperationException: Collection was modified; enumeration operation may not execute.) at System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () [0x00013] in <2161c9885dd04ff291b79db9349c4b9b>:0 at System.Collections.Generic.List`1+Enumerator[T].MoveNext () [0x0004a] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.PropertyBuying.CodeLockManager (Oxide.Plugins.PropertyBuying+PropertyHouse property, System.String options, System.UInt64 playerID, RelationshipManager+PlayerTeam teams) [0x002bc] in <28116743834c445b9b3c0850e8c8a8ff>:0 at Oxide.Plugins.PropertyBuying.PropertyManagerDeleteCommandUI (ConsoleSystem+Arg arg) [0x00073] in <28116743834c445b9b3c0850e8c8a8ff>:0 at Oxide.Plugins.PropertyBuying.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01072] in <28116743834c445b9b3c0850e8c8a8ff>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 Calling 'PropertyManagerDeleteCommandUI' on 'PropertyBuying v1.1.11' took 502ms Calling 'OnPlayerInput' on 'PropertyBuying v1.1.11' took average 1009ms
  3. Can you please help me get auto vote working? it's never worked. I was hoping you would give us some info on another support post but you just closed that. Here's my config: "Auto Vote": { "Auto start vote": true, "Only Authenticated users can vote through discord": true, "Start voting x days before wipe": 8, "Start voting at (HH:mm) 24-hour clock": "00:00", "Number of maps to generate": 6 }, "Auto Wipe": { "Custom Map": { "Custom map": false, "Map URL": "" }, "Map Wipe schedule": [ 7 ], "BP Wipe schedule": [], "Enable Auto wipe": true, "Wipe BPs at forced wipe day": false, "Forced Wipe time (HH:mm) 24-hour clock": "19:00", "Wipe time (HH:mm) 24-hour clock": "19:00" } } Also, can you explain why the bottom part is in the config for this plugin? it seems to be from your other plugin
  4. Shane156

    Auto Vote

    Can you please share the answer with others @kaysharp? I also can't get auto vote to work and I'm confused at why these config settings are here when that seems to be for your other plugin with auto wipe
  5. Shane156

    Problem with locks

    Hi Pwenill, I've narrowed down the problem! I only see the messages below when I have the problem where it asks for the door code: Calling 'PropertySellCommand' on 'PropertyBuying v1.1.1' took 2061ms Calling 'PropertyLeasedCommand' on 'PropertyBuying v1.1.1' took 2051ms Calling 'OnPlayerInput' on 'PropertyBuying v1.1.1' took average 4114ms And more importantly, I've found this only happens when I have authorization on the TC! If I clear TC access, I can open doors again without it asking for code and when I get TC access again it asks for the code lock. You should be able to reproduce this! Also the TC was added when I created the property and I got a message to say it was added correctly Looking forward to a fix. Kind Regards, Shane
  6. Shane156

    Problem with locks

    Thanks for investigating, let me know if I can help in anyway!
  7. Shane156

    Problem with locks

    Calling 'PropertyManagerSaveCommandUI' on 'PropertyBuying v1.1.1' took 1753ms Calling 'OnEntitySpawned' on 'PropertyBuying v1.1.1' took average 1768ms Calling 'PropertyLeasedCommand' on 'PropertyBuying v1.1.1' took 1735ms Calling 'OnPlayerInput' on 'PropertyBuying v1.1.1' took average 1744ms Calling 'PropertySellCommand' on 'PropertyBuying v1.1.1' took 2029ms Calling 'OnPlayerInput' on 'PropertyBuying v1.1.1' took average 2037ms Calling 'PropertyBuyCommand' on 'PropertyBuying v1.1.1' took 1802ms Calling 'OnPlayerInput' on 'PropertyBuying v1.1.1' took average 1804ms
  8. Shane156

    Problem with locks

    It's back to asking for a pin on the door
  9. Shane156

    Problem with locks

    I found that you can unlock doors without entering code anyway if you are the one that placed the lock, however; it's just worked for me that when I lease the property then I can open the door simply by pressing e. I think it was a performance issue why the doors was not opening previously. My issue now is that when ever I lease a property or sell a property then it freezes followed by kicking all the players in the game with "Packet Flooding: Player Tick" Calling 'PropertyLeasedCommand' on 'PropertyBuying v1.1.1' took 18438ms Calling 'PropertyLeasedCommand' on 'PropertyBuying v1.1.1' took average 5ms xxx kicked: Packet Flooding: Player Tick xxxe has auth level 2 Can you please help or give suggestions how I can fix this?
  10. Shane156

    Problem with locks

    Sorry, I've found that I can open the door if I hold 'e' and do open door but on your video you simply press e without holding on the door and it opens. How can I configure mine so it's like yours where I don't have to hold 'e' and then select open door and I can simply just press e to open the door. Thanks in advanced
  11. Shane156

    Problem with locks

    Hi, fan of your work, love the fuel pump plugin! I just got this plugin but I’m having problems. When I save the property it locks the doors and I then buy or lease the property but it prompts me for the passcode for the door which I don’t know as the plugin locked them. can you please help? I’m running latest version of rust server and oxide on a Linux machine
  12. Thanks Username: shane156
  13. Shane156

    Laptop not moving with car

    Hello mate, I've got an issue since the last FP update. The laptops will spawn in the car but when you drive away the laptop stays in the same position meaning it's not in the car anymore and is just floating outside. Can you please look to fix this bug?
  14. Permissions: Allow VIP players only to auction items with onboard permissions. I've tried limiting the inventory and sell limits but no luck
  15. Maybe you can utilise this plugin as a workaround - https://umod.org/plugins/marker-manager
  16. Cool and sure mate, I’ll give it a go. Where can I find the Beta?
  17. Hello, for some reason the crate is no longer showing on the map. Can you please help me with it? is there anything I can provide?
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

139.4k

Files Sold

Total number of files sold.

2.9m

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.