Merge branch 'feature/new-cars' into 'develop'

Add new cars to vehicle list

See merge request log-gtav/reallife-gamemode!13
This commit is contained in:
hydrant
2019-07-27 23:26:31 +02:00

View File

@@ -681,7 +681,15 @@ namespace ReallifeGamemode.Server.Managers
"s80", "s80",
"thrax", "thrax",
"zorrusso", "zorrusso",
"zion3" "zion3",
"lsfd",
"lsfd2",
"lsfd3",
"lsfd4",
"lsfd5",
"lsfdtruck",
"lsfdtruck2",
"lsfdtruck3"
}; };
private static readonly Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>(); private static readonly Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();