new str[128]; format(str, sizeof(str), "Name: %s Score: %i", name, GetPlayerScore(playerid)); ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, str, "Ok", "Cancel");