View Single Post
Author Message
ROKronoS
Senior Member
Join Date: Oct 2010
Location: Bucharest, Romania
Old 09-24-2012 , 08:19   Read plugin version from another one
Reply With Quote #1

Is it possible to read the version of a certain plugin and then register another plugin with the same version?

First plugin

PHP Code:
new const g_pluginversion[ ] = "2.1";

register_plugin"Main plugin"g_pluginversion"KronoS # GG" ); 
Second plugin

PHP Code:
register_plugin"Second plugin""how_to_get_the_first_plugin_version?""KronoS # GG" ); 

Last edited by ROKronoS; 09-24-2012 at 08:20.
ROKronoS is offline