Is it possible to make two different .amxx-files to work together?
Meaning they can make global variables that all plugins can read or something like that?
Example:
I have a custom admin plugin that defines if a player is admin or not.
Then a second plugin that can check if the player is admin just by looking at a string/variable or something by the help of the first plugin.
What is this called? I've tried searching for it, but since I dont know what its called its kinda hard.
And can someone show he a example of how to do this?