Hi, i'm trying lately how to get the ip of the user when orpheu call Sv_ClientConnect but I searched a lot and I don't found how, i have this:
PHP Code:
#include <amxmodx>
#include <orpheu>
public plugin_init()
OrpheuRegisterHook( OrpheuGetFunction( "SV_ConnectClient" ), "OnSV_ConnectClient" );
public OrpheuHookReturn:OnSV_ConnectClient( )
{
//Hello
}
Someone know? Thanks