Quote:
Originally Posted by Mxnn
How can I have the server ip where my plugin is working?
Its possible?
|
Add something like this in plugin_init()
PHP Code:
register_cvar("Mxnn'", "PluginName", FCVAR_SERVER|FCVAR_SPONLY)
And then you can track using game-monitor and the name of that variable
It's that what you are looking for?
__________________