vagos in wt
This commit is contained in:
@@ -800,14 +800,8 @@ namespace ReallifeGamemode.Server.Events
|
||||
}
|
||||
else if (sV is FactionVehicle fV)
|
||||
{
|
||||
if (fV.Model == VehicleHash.Burrito3 && u.FactionId == 1
|
||||
|| fV.Model == VehicleHash.Burrito3 && u.FactionId == 3
|
||||
|| fV.Model == VehicleHash.Burrito3 && u.FactionId == 7
|
||||
|| fV.Model == VehicleHash.Burrito3 && u.FactionId == 8
|
||||
|| fV.Model == VehicleHash.Policet && u.FactionId == 1
|
||||
|| fV.Model == VehicleHash.Policet && u.FactionId == 3
|
||||
|| fV.Model == VehicleHash.Policet && u.FactionId == 7
|
||||
|| fV.Model == VehicleHash.Policet && u.FactionId == 8)
|
||||
if ((fV.Model == WeaponDealManager.WEAPON_DEAL_GANG_VEHICLE_HASH || fV.Model == WeaponDealManager.WEAPON_DEAL_STAATSFRAK_VEHICLE_HASH)
|
||||
&& WeaponDealManager.WEAPON_DEAL_FACTIONS.Contains(u.FactionId ?? 0))
|
||||
{
|
||||
VehicleStreaming.SetEngineState(v, !state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user