1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Check if plugin exists/loaded.

Discussion in 'Development' started by Raider, Dec 31, 2014.

  1. Is there a way to check if a certain plugin is loaded and installed?
     
  2. duck

    duck Phant0m Legend

    Code:
    if !(Clockwork.plugin:IsDisabled("Example") and Clockwork.plugin:IsUnloaded("Example")) then
    	print("Example plugin is loaded.");
    end;
     
  3. Thanks duck.
     

Previous Readers (Total: 0)