-
Posts
1,491 -
Joined
-
Days Won
134
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Death
-
Vehicle supply signals are not vehicles
Death replied to Valhalla_has_beer's Support Request in Support
@FastBurst -
@Logan
-
The OnEntityLeave hook isn't called for PatrolHelicopterAI but there is a similar hook called OnHelicopterRetire if you only want it to be called when it leaves on its own. That hook will not be called if it's destroyed or ent killed. If you want to trigger for that AND when it leaves then use OnEntityKill. Example: void OnHelicopterRetire(HelicopterAI helicopter) { // Do your thing. Change to object if you want to override internal method } Internal method: public void Retire() { if (this.isRetiring) { return; } if (Interface.CallHook("OnHelicopterRetire", this) != null) { return; } this.isRetiring = true; base.Invoke(new Action(this.DestroyMe), 240f); float size = TerrainMeta.Size.x; float single = 200f; Vector3 vector3 = Vector3Ex.Range(-1f, 1f); vector3.y = 0f; vector3.Normalize(); vector3 = vector3 * (size * 20f); vector3.y = single; this.ExitCurrentState(); this.State_Move_Enter(vector3); }
-
Please read the description of the plugin.
-
-
Our new subscription service is finally here! Introducing Codefling+, or CF+ for short. This subscription is tailored to users who frequently use our platform and are interested in discounts and exciting new perks across our website and related services, such as Discord. For starters, Codefling+ subscribers will no longer be charged a processing fee on purchases made. This is valid on all purchases made without limitation! In addition, the subscription offers various perks such as buffs to storage space, upload size restrictions, flood bypass for searches and reactions, higher quality image uploads, and animated profile pictures! While these perks may be exciting to some, the purpose of this subscription is to introduce an opportunity to save money by eliminating processing fees. It's another step forward as we work to phase out fees altogether and instead offer optional paid services to those interested. A full list of perks can be found at https://codefling.com/plus What about Creators? While Codefling+ is tailored specifically towards users, we do plan to release a separate purpose-built subscription for creators later this year once we implement more monetization options for you to utilize. There will be an upgrade path should you decide to get Codefling+ and want to switch to the Creator+ subscription later this year. Creator+ will feature the same perks as Codefling+ with the addition of creator-specific perks and benefits. No info is available for said perks and benefits just yet. Renewals The subscription is billed monthly, however, if you're interested in longer renewal terms you can add credit to your CF wallet and have it withdrawn there automatically instead. Additional renewal terms will be added in the future. How to Signup To access and manage your subscription, click your name at the top of the site to open the dropdown menu and select Manage Subscriptions. Alternatively, you can access it at https://codefling.com/subscriptions or https://codefling.com/plus for Codefling+ specifically.
- 3 replies
-
- 12
-
-
-
-
This was a private commission if I recall. Sorry
-
Feel free to continue this conversation in private. Locking this thread to further replies to avoid the drama.
-
Yet here we are, still stirring the pot I won't get into your quarrel with steen but it's obvious they're trying to accommodate everyone as much as possible. Criticizing them for not, and when do, is a bit counterproductive. Your feedback is very much appreciated, but perhaps don't attack someone for doing exactly what you wanted? I'm sure Steen and his wife are under a lot of stress handling support and feature requests.
-
Loot Protection by @RFC1920
-
@XAVIER
-
@XAVIER
-
@XAVIER
-
Our Christmas and New Year sale is live from now until December 31st on files across the site! Take advantage of the last chance of the year to score amazing deals on a range of plugins, maps, and tools for your server. Stock up on maps for next year, or upgrade your server with new and exciting plugins over at https://codefling.com/deals!
-
- 7
-
-
-
This was discussed previously and we all agreed it differed enough in functionality to allow both. I also do not agree the bars were copied as theirs significant differences between the two. In any case, if you have an issue please reach out to the team directly instead of trying to stir drama in public. Thank you!
- 15 comments
-
- #healthâ display
- #bloodâ display
- (and 8 more)
-
@bmgjet
-
How long does approval for my work normally take?
Death replied to Oddyseous's topic in Site Support
Yes, but we only give the opportunity to well known and experienced individuals. Or @MikeHawke. We don't accept applications either just so you know. -
How long does approval for my work normally take?
Death replied to Oddyseous's topic in Site Support
Due to a huge influx in submissions, average approvals times are longer than expected. We usually try and get files approved within 24 hours, but please bare with us as our team works around the block to address the queue of pending files. Thank you!