• Mounting and unmounting addons with lua
    4 replies, posted
Can I mount and unmount addons while having only name of addon? If yes, how?
[url]http://www.facepunch.com/threads/965288[/url] (I don't know if this is working) Use this or, if you want to script your own code, take a look at the source.
No way with lua (for server)?
Is there a way I can unblock console command pluginload for [url=http://wiki.garrysmod.com/?title=Game.ConsoleCommand]game.ConsoleCommand[/url]
[QUOTE=Oflor;33899613]Is there a way I can unblock console command pluginload for [url=http://wiki.garrysmod.com/?title=Game.ConsoleCommand]game.ConsoleCommand[/url][/QUOTE] If you wanna mount/unmount server plugins, you'll have to code them so that you can. using a function called PLUGINNAME:Enable() and PLUGINNAME:Disable()
Sorry, you need to Log In to post a reply to this thread.