new string[100];format(string,sizeof(string),"Your IP: %s",GetIp(playerid));ShowPlayerDialog(playerid, DIALOG_MYINFO, DIALOG_STYLE_MSGBOX, "Player Info", string, "Finished", "Cancel");