Jump to content

Xray

Creator
  • Posts

    444
  • Joined

  • Last visited

Everything posted by Xray

  1. Xray

    Inventory poofed on loggout.

    Resolved?
  2. Xray

    XLIB.dll ??

    Resolved?
  3. Xray

    player gets admin mode

    Resolved?
  4. Xray

    Auth level

    Changed Status from Work in Progress to Closed
  5. Xray

    toggle

    Changed Status from Work in Progress to Closed
  6. Xray

    Teleport problem

    If "Teleport Back Upon Exiting": false, Is set to "false" It will teleport you to the ground of the map as flying or being in the air while toggling causes issues so this is an intended feature
  7. Xray

    Teleport problem

    Changed Status from Pending to Work in Progress
  8. Xray

    Teleport problem

    That is not possible. Do you mind showing me your config?
  9. Xray

    Inventory poofed on loggout.

    The only thing i could think of to be a little issue is this "Panel": { "Enabled": true, "Settings": { "Text": "A D M I N M O D E A C T I V A T E D", "Text Color (HEX)": "#ffffff", "Pulse Duration ": 1.0, "Design (Advanced)": { "Anchor": { "Min Width (0.0 - 1.0)": 0.5, "Min Height (0.0 - 1.0)": 0.0, "Max Width (0.0 - 1.0)": 0.5, "Max Height (0.0 - 1.0)": 0.0 }, "Offset": { "Min Width (pixels)": 0, "Min Height (pixels)": 0, "Max Width (pixels)": 380, "Max Height (pixels)": 20, "Offset Points (Relative To Offset)": { "Top (pixels)": 0, "Bottom (pixels)": 82, "Left (pixels)": 0, "Right (pixels)": 200 } } } } } Because it re-renders every 1.0 seconds. perhaps try to disable it, and see if you still have the issue.
  10. Xray

    Inventory poofed on loggout.

    Download latest version 3.1.16 or checkout -> https://codefling.com/files/sc/16093-plugin-broken-with-last-patch/?do=findComment&comment=78874
  11. Xray

    Plugin Broken with last Patch

    Changed Status from Work in Progress to Closed
  12. Xray

    Plugin Broken with last Patch

    Fixed in version 3.1.16
  13. Xray

    broke on new update

    Changed Status from Pending to Closed
  14. Xray

    broke on new update

    Fixed - Duplicate https://codefling.com/files/support/16093-plugin-broken-with-last-patch/
  15. Xray

    Plugin Broken with last Patch

    .
  16. Xray

    Plugin Broken with last Patch

  17. Xray

    Plugin Broken with last Patch

    Hotfixes Open AdminToggle.cs STEP 1 Find & Replace player.MountObject((BaseMountable)MountOjb); With (Line 3372~~) player.SetMounted((BaseMountable)MountOjb); STEP 2 Find & Replace public static void Save(BasePlayer player, string InventoryKey, bool ClearInventoryAfterSave = false) { ContainsKeyValue(player.userID, InventoryKey, true); PlayerInventories[player.userID][InventoryKey] = player.inventory.AllItems().Where(x => x != null).Select(i => FromItem(i)).ToArray(); if (ClearInventoryAfterSave) { player.inventory.Strip(); } } With (Line 3568~~) public static void Save(BasePlayer player, string InventoryKey, bool ClearInventoryAfterSave = false) { ContainsKeyValue(player.userID, InventoryKey, true); List<Item> Items = new List<Item>(); player.inventory.GetAllItems(Items); PlayerInventories[player.userID][InventoryKey] = Items.Where(x => x != null).Select(i => FromItem(i)).ToArray(); if (ClearInventoryAfterSave) { player.inventory.Strip(); } } UPDATE COMING LATER
  18. Xray

    Plugin Broken with last Patch

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  19. Xray

    Plugin Broken with last Patch

    Hotfix Rename MountObject -> SetMounted The update is coming tomorrow after I get home from work...
  20. Xray

    Inventory poofed on loggout.

    I have no clue how to manage to achieve that. I tested extensively over on my development sever for 48 hours but never managed to get near that.
  21. Xray

    Inventory poofed on loggout.

    I have tested my plugin with your configuration, and I was unable to reproduce the error. Are you running with Carbon or Oxide? Do you have any other plugins that might conflict with the inventory?
  22. Xray

    Inventory poofed on loggout.

    Please share your config file
  23. Xray

    Inventory poofed on loggout.

    Changed Status from Pending to Work in Progress
  24. Xray

    XLIB.dll ??

    Try setting "Teleport Back Upon Exiting": true, To true
  25. Xray

    XLIB.dll ??

    Changed Status from Pending to Work in Progress
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.