diff --git a/ICore.h b/ICore.h index 8e484ed..892bae4 100644 --- a/ICore.h +++ b/ICore.h @@ -413,6 +413,8 @@ namespace alt virtual void StopResource(const std::string& name) = 0; virtual void RestartResource(const std::string& name) = 0; + virtual void InvokeCommand(const std::string& cmd, const std::vector& args) = 0; + /* * Adds an extra config key that will be passed from resource.toml to client */