-
Posts
39 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by NoxiousPluK
-
-
-
I can confirm things are broken. Someone just did an easy base on my server, and got a single stack of 90 C4 from a box, and everything else was empty. Also the AI didn't damage him somehow.
-
Thanks! I'm just learning to use them so it'll take some figuring out, but that's very helpful. I wrote a small plugin that 'monitors' my server and reports to our admin chat on Telegram (using my https://umod.org/plugins/telegram-bot-api). This is fun but not super helpful without the basename attached to it lol: (also sometimes people use the /admin command to alert us when something is wrong with a base; seeing where they are helps a lot with that)
-
I'm experimenting with the hooks that are available and I have a few questions/requests For OnPlayerEnteredRaidableBase/OnPlayerExitedRaidableBase it would be great if the base name (copypaste file) was also available. It would be great to have void OnRaidFinished (BasePlayer[] players, Vector3 raidPos, bool allowPVP, string baseName) Also for example (but desired less than the one above) void OnPlayerDeathInRaid (BasePlayer player, HitInfo info, Vector3 raidPos, bool allowPVP, string baseName)