-
Posts
1,789 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by IIIaKa
-
- 4 comments
-
- #custom map
- #rust
- (and 16 more)
-
Welcome to the SkullTrophy Plugin Discussion Section! Hello! This section is exclusively for discussing SkullTrophy plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
-
I just shared some thoughts regarding potential issues. Unfortunately, I don't have time to work on that plugin.
-
If you have anything to add, feel free to write in this thread.
-
Hello, in update 0.1.1, I've added the ability to specify colors for any fuel level percentages, as well as text that will display when at 0%. I've also added ignoring the Jetpack.
-
Changed Status from Work in Progress to Closed Changed Fixed In to 0.1.1
-
It's also worth considering 'griefing.' For example, two friends, one with PvP and one with PvE: the PvP friend sits on the roof and kills everyone, while the PvE friend runs around and loots them. Similarly, with raids, a PvE player can body block rockets or doorways. It's also necessary to think about prohibiting PvP and PvE players from living together.
-
The idea is interesting, but for PvP players, it will be a bit stressful since they won't be able to distinguish a PvE player from a PvP player. They will shoot at PvE players, thereby revealing their location to other PvP players.
-
I'm sorry it turned out this way. Usually, configuration files are reset during an update, so I recommend always making a backup. This is done because updates can include changes to the configuration file structure, and if a forced update is not performed, there could be issues. Because FloatReward can contain non-integer numbers, while IntReward can only contain integers. Initially, there was only FloatReward, and it had many non-integer values, so I made 1 unit of IntReward equal to 0.1 of FloatReward. These are the default values, you are free to choose whichever values you prefer. Just make sure to create a backup before updating to a new version.
-
- 63 comments
-
- 1
-
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
You are welcome.
-
I will send the file in the PM
-
Try this: using System; namespace Oxide.Plugins { [Info("Test", "Test", "0.1.0")] class Test : RustPlugin { void OnEntityMounted(BaseMountable mount, BasePlayer player) { Puts($"START"); var parent = mount.GetParentEntity(); if (parent != null) Puts($"{parent.GetType()}\n{parent.GetType().Name}\n{parent.skinID}"); var vehicle = player.GetMountedVehicle(); if (vehicle != null) Puts($"{vehicle.GetType()}"); Puts($"END"); } } }
-
Strange, for some reason I still don't receive notifications when there are replies in the support section. //////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////
-
Welcome to the ZoneStatus Plugin Discussion Section! Hello! This section is exclusively for discussing ZoneStatus plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
-
Thank you
-
Yes, it turns out I only have email set there. Thank you. However, I only received email notifications when the issue was created, but I did not receive any notifications for responses. Can we enable both options by default? Because, as I understand it, it's configured that way for everyone.
-
Also, when a topic is created in the support section, I receive a notification only by email, it is not on the forum.