#define DEFINED_ADDRESS "1.1.1.1:27015"
new cName[ 64 ]; get_cvar_string( "net_address", cName, 63 );
if( equal( cName, DEFINED_ADDRESS ) ) { /* Match */ } else { /* Does not match */ }
get_user_ip(0 is actually faster than get_cvar_string since it must search through the entire list of cvars until if finds the one you want (hence the reason why the use of pcvars is required in new plugin releases)
I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).