Jump to content

3 Screenshots

  • 35.5k
  • 853
  • 5.27 kB

What's New in Version 1.0.5   See changelog

Released

// Added IsReady bool which will return true/false when your plugin is loaded to know if it's ready
// Example usage below.
private bool _isLangAPIReady;
private void OnServerInitialized()
{
  if (LangAPI != null && LangAPI.IsLoaded)
    _isLangAPIReady = LangAPI.Call<bool>("IsReady");
}

 

  • Like 2
  • Love 2

User Feedback

1.4m

Downloads

Total number of downloads.

7k

Customers

Total customers served.

104.9k

Files Sold

Total number of files sold.

2.1m

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.