Jump to content

3 Screenshots

  • 24.6k
  • 745
  • 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.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.2k

Files Sold

Total number of files sold.

1.6m

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.