Sniplets For Plugins
To get the ip address of a player.
int index = engine->IndexOfEdict(pEntity); INetChannelInfo *netinfo = engine->GetPlayerNetInfo(index); const char *ip = netinfo->GetAddress();