Jump to content

LurKau

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by LurKau

  1. LurKau

    Better lang avaliability

    I’m more so saying to just add the ability to configure the string in the config file. I mean lang as purely strings from the plugin in capacity.
  2. LurKau

    Better lang avaliability

    It would be great if the vending text was added as lang options. Adding all of these little things into the lang makes life just seamless private void VendingUpdate(BasePlayer player) { if (vending && isEventActive) { vending.markerShopName = Configuration.markerName; if (Configuration.markerTime) if (duration > 0) vending.markerShopName += "(" + (int)duration / 60 + "m" + duration % 60 + "s)"; else vending.markerShopName += "(the event has ended)"; if (player != null && Configuration.markerOwnerName) vending.markerShopName += "(" + eventOwner.displayName + ")"; vending.SendNetworkUpdate(); } }
2.2m

Downloads

Total number of downloads.

10.3k

Customers

Total customers served.

148.7k

Files Sold

Total number of files sold.

3.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.