big thanks to @jWeb my problem solved and thank you @Athanatos
Quote from: jWeb on Feb 25, 2017, 10:50 PMSorry for the bump. But after the last updates, people that create plugins must also include the SDK version for which their plugin was compiled. Otherwise the server will reject your plugin.
To do that, you should add have this somewhere before you return out of the `VcmpPluginInit()` function:
Code Select
pluginInfo->apiMajorVersion = PLUGIN_API_MAJOR;
pluginInfo->apiMinorVersion = PLUGIN_API_MINOR;