This commit is contained in:
aviate
2019-09-03 20:35:06 +02:00
parent bda4342076
commit 60ce2173fb

View File

@@ -185,12 +185,12 @@ namespace ReallifeGamemode.Server.Report
}
ChatService.SendMessage(user, "!{#addc8d}Dein Ticket wurde abgeschickt");
ChatService.SendMessage(user, "!{#addc8d}Momentan sind " + UserHelper.dutyAdmins.Count + " Admins verfügbar");
ChatService.BroadcastDutyAdmin("!{#008fff}[TICKET]!{#FFFFFF} Eingehendes Ticket von~y~ " + user.Name + ": " + text + " (Benutze /showtickets)");
ChatService.BroadcastDutyAdmin("!{#008fff}[TICKET]!{#FFFFFF} Eingehendes Ticket von~r~ " + user.Name + "~w~: " + text + " (Benutze /showtickets)");
ReportManage ticket = new ReportManage(user.Name, text);
listReports.Add(ticket);
}
if (type == "Quick Report")
ChatService.BroadcastAdmin("!{#008fff}[QR] ~y~" + user.Name + "~w~: " + text, AdminLevel.SUPPORTER);
ChatService.BroadcastAdmin("!{#008fff}[QR]~r~ " + user.Name + "~w~: " + text, AdminLevel.SUPPORTER);
}
[RemoteEvent("deleteReport")]