What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

leonep

New Member
Joined
Jan 7, 2015
Messages
25
Reaction score
0
I want stop plugin purchased from buddystore but the api need a path . how can i make it please?


Core.StopPlugin Method
Cancel plugin. Path should be relative to the folder "Plugins". If full path to plugin: D:\Games\ArcheBuddy\Plugins\myPlugin\myPlugin.dll - then you must specify: myPlugin\myPlugin.dll
Namespace: ArcheBuddy.Bot.Classes
Assembly: ArcheBuddy (in ArcheBuddy.dll)

Syntax
C#VBC++
public bool StopPlugin(
string path
)
Parameters

path
Type: String
Path to plugin file.
Return Value

true if plugin successfully stopped, false else.
 
Hi, for plugins from store path is not required, just name, so StopPlugin("pluginName");
 
Back
Top