ultimate report system
This commit is contained in:
@@ -113,23 +113,18 @@ export default function reportList(globalData: GlobalData) {
|
||||
|
||||
reportMenu.ItemSelect.on((item) => {
|
||||
if (item.Text === "Annehmen") {
|
||||
|
||||
var tickcont;
|
||||
|
||||
mp.events.callRemote("requestReport", "tescht");
|
||||
|
||||
var ticketContentBox = new InputHelper("Worin besteht dein Anliegen?", globalData);
|
||||
ticketContentBox.show();
|
||||
ticketContentBox.getValue(data => {
|
||||
|
||||
var content = data;
|
||||
|
||||
mp.events.callRemote("requestReport", "lold");
|
||||
mp.events.callRemote("requestReport", content, type);
|
||||
mp.events.call("SERVER:CloseReportMenu");
|
||||
reportMenu.Close();
|
||||
});
|
||||
|
||||
var lold = ticketContentBox.test;
|
||||
mp.events.callRemote("requestReport", lold);
|
||||
|
||||
|
||||
globalData.InMenu = false;
|
||||
|
||||
Reference in New Issue
Block a user