Hey, can anyone share an example with head-plugin, for example, that has a MySql system, where do you identify the ADMIN, and then how to use sub-plugins, where you shouldn't identify ADMIN anymore, you could just use for example: if( iAdmin[id] ) { .. } and add a random functions... Then create more sub-plugins, with extra features. Or maybe there is a tutorial with that ? But I searched and found - nothing useful.
Like :
*ElementsMain.sma // Here will be the main plugin
-->
* FireElement.sma // Here will be everything for Fire element
* WaterElement.sma // Here will be everything for Water element
* WindElement.sma // Here will be everything for Wind element
* EarthElement.sma // Here will be everything for Earth element