This commit is contained in:
aviate
2019-09-15 21:53:13 +02:00
parent b145a33d37
commit d8cddb3411
3 changed files with 5 additions and 5 deletions

View File

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