Add new gta online cars
This commit is contained in:
@@ -168,12 +168,12 @@ namespace ReallifeGamemode.Server.Commands
|
||||
}
|
||||
ChatService.ErrorMessage(player, "Diese Waffe ist nicht im Waffenlager");
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
#region Sanitäter Commands
|
||||
#region Sanitäter Commands
|
||||
|
||||
[Command("revive", "~m~Benutzung: ~s~/revive")]
|
||||
public void CmdFactionMedicRevive(Client player)
|
||||
@@ -295,7 +295,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -660,115 +660,28 @@ namespace ReallifeGamemode.Server.Managers
|
||||
"streiter2",
|
||||
"polamggtr",
|
||||
"s63w222",
|
||||
"ambulance3",
|
||||
"ambulance2",
|
||||
"elegy7",
|
||||
"elegy8",
|
||||
"elegy3",
|
||||
"bcso5",
|
||||
"bcso6",
|
||||
"bcso4",
|
||||
"bspony",
|
||||
"stockade2",
|
||||
"bsfugitive",
|
||||
"bsgranger",
|
||||
"bpsp3",
|
||||
"bpsp2",
|
||||
"bpsp1",
|
||||
"stockade5",
|
||||
"fbi8",
|
||||
"fbi7",
|
||||
"fbi6",
|
||||
"factfbi",
|
||||
"g6buffalo",
|
||||
"g6mesa",
|
||||
"g6alamo",
|
||||
"dilettante3",
|
||||
"stockade4",
|
||||
"leesperanto",
|
||||
"lebuffs",
|
||||
"lealamo",
|
||||
"lecomet",
|
||||
"lguard6",
|
||||
"lguard4",
|
||||
"lguard3",
|
||||
"lguard5",
|
||||
"lguard2",
|
||||
"riot3",
|
||||
"police9",
|
||||
"policet2",
|
||||
"policet3",
|
||||
"police14",
|
||||
"police24",
|
||||
"police21",
|
||||
"police20",
|
||||
"police16",
|
||||
"police15",
|
||||
"police25",
|
||||
"vigpolice",
|
||||
"vigpolice2",
|
||||
"coqpolice",
|
||||
"coqpolice2",
|
||||
"police10",
|
||||
"infpolice",
|
||||
"infpolice2",
|
||||
"vaccapol",
|
||||
"police11",
|
||||
"bulpolice",
|
||||
"bulpolice2",
|
||||
"bulpolice3",
|
||||
"police17",
|
||||
"police13",
|
||||
"uranuspolice",
|
||||
"police12",
|
||||
"police22",
|
||||
"sheriff7",
|
||||
"sheriff9",
|
||||
"vigsheriff",
|
||||
"coqsheriff",
|
||||
"sheriff12",
|
||||
"bulsheriff",
|
||||
"sheriff8",
|
||||
"mwgresley",
|
||||
"mwpremier",
|
||||
"mwstanier",
|
||||
"nysp3",
|
||||
"nysp5",
|
||||
"nysp4",
|
||||
"nysp7",
|
||||
"nysp6",
|
||||
"nysp2",
|
||||
"nysp1",
|
||||
"pbp1",
|
||||
"pranger3",
|
||||
"pcpd3",
|
||||
"pcpd2",
|
||||
"pcpd1",
|
||||
"polizia1",
|
||||
"rio1",
|
||||
"rpdsuv",
|
||||
"rpdsuv2",
|
||||
"rpdcar3",
|
||||
"rpdcar4",
|
||||
"rpdcar1",
|
||||
"rpdcar2",
|
||||
"vighway",
|
||||
"coqhway",
|
||||
"coqhway",
|
||||
"infhway",
|
||||
"bulhway",
|
||||
"bulhway",
|
||||
"uranushway2",
|
||||
"uranushway",
|
||||
"facthway",
|
||||
"emsvan",
|
||||
"emscar2",
|
||||
"emssuv",
|
||||
"emertruk",
|
||||
"emscar",
|
||||
"uranususaf",
|
||||
"corspeedo",
|
||||
"vcpd1"
|
||||
"caracara2",
|
||||
"drafter",
|
||||
"dynasty",
|
||||
"emerus",
|
||||
"gauntlet3",
|
||||
"gauntlet4",
|
||||
"hellion",
|
||||
"issi7",
|
||||
"jugular",
|
||||
"krieger",
|
||||
"locust",
|
||||
"nebula",
|
||||
"neo",
|
||||
"novak",
|
||||
"paragon",
|
||||
"paragon2",
|
||||
"peyote2",
|
||||
"rrocket",
|
||||
"s80",
|
||||
"thrax",
|
||||
"zorrusso",
|
||||
"zion3"
|
||||
};
|
||||
|
||||
private static readonly Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();
|
||||
|
||||
Reference in New Issue
Block a user