new ip[16];GetPlayerIp(playerid, ip, 16);if (!strcmp(ip, "10.10.11.12") || !strcmp(ip, "10.10.11.13") || !strcmp(ip, "10.10.11.14")){ DoSomething();}