fix wt entlade checkpoint & add waypoints for base

This commit is contained in:
michael.reiswich
2021-01-20 00:55:13 +01:00
parent eb801fce1a
commit e0d229e7d2
4 changed files with 70 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ namespace ReallifeGamemode.Server.Events
client.TriggerEvent("destroyCP");
}
else if ((u.FactionId != null)
&& (veh.GetOwners().Contains(u.FactionId ?? 0))
&& ((VehicleHash)vehicle.Model == VehicleHash.Burrito3 || (VehicleHash)vehicle.Model == VehicleHash.Policet)
&& vehicle.HasData("WeaponDealLoad")
&& vehicle.GetData<bool>("WeaponDealLoad") == true)