This commit is contained in:
kookroach
2021-04-04 19:12:55 +02:00
committed by VegaZ
parent 94270399ba
commit 86f594fc09
5 changed files with 16 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ namespace ReallifeGamemode.Server.WeaponDeal
{
private const int WEAPON_AMOUNT_GANG = 2;
private const int WEAPON_AMOUNT_COP = 8;
private const int WEAPON_AMOUNT_COP_STUNGUN = 2;
private const int WEAPON_AMOUNT_COP_STUNGUN = 12;
public static bool checkWeaponDbyVehicle(Vehicle vehicle)
{
if (!vehicle.HasData("WeaponDealLoad") || vehicle.GetData<bool>("WeaponDealLoad") == false)