Zum testen: rentcar system

This commit is contained in:
Fabian
2021-05-02 22:53:53 +02:00
parent 60059f45d4
commit 98cd903f4c
13 changed files with 416 additions and 6 deletions

View File

@@ -30,16 +30,11 @@ cancelItem.HighlightedBackColor = new Color(229, 57, 53);
export default function reportList(globalData: IGlobalData) {
var reportMenu: NativeUI.Menu;
var users;
var reportTexts;
var user = "";
var reportText = "";
//Weapon Menu
mp.events.add('showReportMenu', (userTickets, TicketsArr) => {
if (!globalData.InMenu) {