Refresh TicketSystem

This commit is contained in:
Mac_Slash
2020-04-11 16:06:11 +02:00
parent e0104bb9b2
commit 1713bd8616
4 changed files with 14 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ export default function factionInteraction(globalData: IGlobalData) {
mp.gui.cursor.show(true, true);
input.show();
input.getValue(ticketReason => {
mp.events.callRemote("CLIENT:InteractionMenu_LSPD_Ticket3", JSON.stringify(ticketName), JSON.stringify(ticketPrice), JSON.stringify(ticketReason));
mp.events.callRemote("CLIENT:InteractionMenu_LSPD_Ticket3", JSON.stringify(ticketName), ticketPrice, JSON.stringify(ticketReason));
mp.gui.cursor.show(false, false);
});
});