From 5c8f403777c395e4a539d470a42cb2d5a8eaad22 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 28 Jul 2019 00:15:34 +0200 Subject: [PATCH] Added bullet police mods --- ReallifeGamemode.Client/dlcpacks/vtbulletcop/dlc.rpf | 3 +++ ReallifeGamemode.Server/Managers/VehicleManager.cs | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 ReallifeGamemode.Client/dlcpacks/vtbulletcop/dlc.rpf diff --git a/ReallifeGamemode.Client/dlcpacks/vtbulletcop/dlc.rpf b/ReallifeGamemode.Client/dlcpacks/vtbulletcop/dlc.rpf new file mode 100644 index 00000000..e942fb25 --- /dev/null +++ b/ReallifeGamemode.Client/dlcpacks/vtbulletcop/dlc.rpf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cc2177957678de967c7fff35c181e8167adcfe0426ff7a8cadfffdbcc8d182 +size 18316288 diff --git a/ReallifeGamemode.Server/Managers/VehicleManager.cs b/ReallifeGamemode.Server/Managers/VehicleManager.cs index 196f0bbd..661fb120 100644 --- a/ReallifeGamemode.Server/Managers/VehicleManager.cs +++ b/ReallifeGamemode.Server/Managers/VehicleManager.cs @@ -689,7 +689,11 @@ namespace ReallifeGamemode.Server.Managers "lsfd5", "lsfdtruck", "lsfdtruck2", - "lsfdtruck3" + "lsfdtruck3", + "polbullet", + "polbullet2", + "sherbullet", + "hwaybullet" }; private static readonly Dictionary _serverVehicles = new Dictionary();