new mess[256],IP[256]; GetPlayerIp(playerid,IP,sizeof(IP));format(mess,sizeof(mess),"IP: %s ",IP);SendClientMessageToAll(COLOR_LIGHTBLUE,mess);