new hostip = GetConVarInt(FindConVar("hostip"));
decl String:serverIP[32];
FormatEx(serverIP, sizeof(serverIP), "%u.%u.%u.%u", (hostip >> 24) & 0x000000FF, (hostip >> 16) & 0x000000FF, (hostip >> 8) & 0x000000FF, hostip & 0x000000FF);
if(!StrEqual(serverIP, "Твой IP")) // IP адресс...