IP: %s",GetIp(playerid)); stock GetIp(playerid) { static Ip[20]; GetPlayerIp(playerid, Ip, sizeof(Ip)); return Ip; }