CMD:whatismyip(playerid,params[]){ new ip[50]; GetPlayerIp(playerid,ip,sizeof(ip)); format(str,sizeof(str),"%s",ip); print(str); return 1;}