CMD:level(playerid){ new str[20]; format(str, sizeof(str), "Seu level: %d", PlayerInfo[playerid][pLevel]); ShowPlayerDialog(playerid, 999, DIALOG_STYLE_MSGBOX, "Info", str, "fechar", ""); }