Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Bad Land

    sept update broke it

    change to this in .cs public void Rename(BasePlayer player, string name) { name = (string.IsNullOrEmpty(name.Trim()) ? player.displayName : name); player.net.connection.username = name; player.displayName = name; player._name = name; // FIX: ya no acepta argumentos player.SendNetworkUpdateImmediate(); player.IPlayer.Name = name; permission.UpdateNickname(player.UserIDString, name); }
  3. LosGranada

    Post Navel Update

    Yes, it works without any problems.
  4. Are you using the official version of the plugin from this website, or a custom and/or pre-release version?
  5. Bad Land

    Rename Name

    no more support?
  6. I haven't been able to reproduce this issue. Do you have any other plugins which could be affect helicopters or buoyancy? Could you try without other plugins installed? For example, after ensuring this is the only plugin loaded, spawn a new helicopter, verify it flies normally, then make it touch water, then make it leave water and check if it's still flying normally.
  7. Today
  8. "Allowed Vehicle Prefabs (If not all vehicles)": [], It would be helpful if you could provide some examples of default settings. - Examples of newly added buildable ships - FP vehicles (what about attack helicopters? Prefab names?) - Karuza vehicles (config file names? Littlebird, perhaps?)
  9. ok i buy tomorow thx
  10. roseli

    2.11.1 Downloads 2.11.0

    We are having the same issue.
  11. Changed Status from Pending to Work in Progress
  12. nivex

    Raidable Bases

    @laodu ok, this exists too. this is what RaidableBases uses when it blocks you from purchasing multiple raids. add it to your plugin and call it. private bool IsEventOwner(BasePlayer player) => Convert.ToBoolean(RaidableBases?.Call("IsEventOwner", player, true)); example private bool CanPurchase(BasePlayer player) { if (IsEventOwner(player)) { player.ChatMessage("You cannot buy multiple raids."); return false; } return true; }
  13. ninco90

    How to move bar

    Sorry! I thought it was a different problem. Make sure you update the plugin; it's important. Regarding your issue, if the interface gets stuck on the screen for any reason, try getting back on the helm and then getting off. The interface should disappear automatically when you get off the helm. The interface appears over the belt because you can't use anything on the belt when you're at the helm, so it's the best way to avoid obstructing your view. Now, the other interface with the ship information can be moved, so any player can drag it around the screen and place it wherever they want.
  14. ninco90

    Boat npc crew

    Changed Status from Pending to Fixed Changed Fixed In to 1.1.0
  15. laodu

    Raidable Bases

    Calling this API in other plugins is to prevent players from repeatedly purchasing raid bases. Repeated purchases in other plugins will result in failure. Without a callback API, it is impossible to determine whether the player has successfully purchased the raid stronghold.
  16. imthenewguy

    ASK

    All players can gather them by default. The professions that specialize have a higher drop rate. Default drop rates: "Prime meat default chance [%]" "Prime meat professional chance [%]" "Gold nugget default chance [%]" "Gold nugget professional chance [%]" "Pinecone default chance [%]" "Pinecone professional chance [%]"
  17. imthenewguy

    corpse loot

    Just added an early access download. GIve that a try. I couldn't reproduce the error for drop bags, but I fixed containers for scientists so the item goes in properly.
  18. Stark

    Barges

    Hope you have something planned for these.
  19. Black Drake

    Boat npc crew

    Cannon crew works now. Excellent work. Thank you so much.
  20. RustFlash

    can I suggest

    Changed Status from Pending to Closed
  21. RustFlash

    can I suggest

    Not planned
  22. bigchenny

    naval patch

    since the naval patch when /nightskip its turning for 3 seconds on nighttime then it come back on day time
  23. RR_Tappi

    Raidable Bases

    Okay, I'll delete the language file and check again. Thank you.
  24. planeat

    Deep Sea Options

    suggest add weather control I need deep weather maintain storm,thanks
  1. Load more activity
2.2m

Downloads

Total number of downloads.

10.3k

Customers

Total customers served.

148.5k

Files Sold

Total number of files sold.

3.2m

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.