Jump to content

Custom Status Framework 1.1.3

   (3 reviews)
Message added by Mr01sam,

This plugin has been rewritten! You can find the new version here:

 

1 Screenshot

  • 80.7k
  • 2.5k
  • 43.14 kB

Review Averages

5.0 out of 5 stars
100%
0%
0%
0%
0%

User Feedback

You may only provide a review once you have downloaded the file.

molokatan

· Edited by Mals

  

I wanted a simple plugin to show a status for our VIP group that has a kind of hardcore mode active (random raids etc.).

All I had to do was that.

Func<BasePlayer, bool> isVip = (basePlayer) =>
{
  if (basePlayer == null) { return false; }
  return basePlayer.IPlayer.BelongsToGroup("vip");
};

CustomStatusFramework?.Call("CreateStatus",
  "customstatus.vip",
  "0.7 0.4 0 1",
  "Hardcore",
  "1 1 1 1",
  "",
  "1 1 1 1",
  "hardcore",
  "1 1 1 1",
  isVip
);

This is called `OnServerInitialized` and when unloading the plugin I call this:

CustomStatusFramework?.Call("DeleteStatus","customstatus.vip");

 

I can recommend integrating this into other plugins. It keeps things simple and clean!

Link to review
YaMang-w-

  

It's a very simple and complete status window.

I hope a lot of developers use it 😄

Link to review
beee

· Edited by Mals

  

This is working a lot better than I expected, makes it a lot more convenient for showing a mod status. Thank you for making this available for free.

Response from the author:

Thank you for the review, I hope that lots of devs can use this in their plugins!

  • Like 1
Link to review
  • Like 4
  • Love 5

User Feedback

1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

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.