Jump to content
Message added by Fateeh,

Welcome,

notification.png.b1333abf464eff07f0273e8bc16390bd.png  "If you have already purchased the plugin, be sure to subscribe to receive notifications about updates."

support.png.0ab5b1bed67df32f194ef3edd67bc572.png   "If you have any questions, feel free to message me or reach out to my support."

dcicon.png.b3b06e968b87bbdd3ec7103c1d3e4590.png  "Additionally, you can check out Discord."

4 Screenshots

What's New in Version 0.1.5   See changelog

Released

Version 0.1.5 Release Notes:

 

Hello Rust Community!

I'm excited to present version 0.1.5 of BuildCost UI with this update. Here are the changes and additions I've made:

 

Permission System Fix:

  • Init UI problems solved
  • Player can spawn UI only If he has permission
bool SpawnUIHasPermission(BasePlayer player)
{
    bool hasPermission = false;

    if (permission.UserHasPermission(player.UserIDString, PERMISSION))
    {
        hasPermission = true;
    }

    return hasPermission;
}

Data Load Performance Improvment:

  • UI Data only loads If player has permission

Notes:

This update does not introduce any backward compatibility issues.

Developed based on user feedback and suggestions, this update aims to provide a more stable user experience.

  • Like 2
  • Love 5

Fateeh's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.1k

Files Sold

Total number of files sold.

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.