Is possible, obtain the value of a variable from another plugin?
Plugin:
Another plugin:
As "natives", pawno or only with sqlite, txt, etc?
Plugin:
PHP Code:
variable1 = Info[Player];
Another plugin:
PHP Code:
InfoGet[Player] = variable1;
As "natives", pawno or only with sqlite, txt, etc?