new weight for Weapons

This commit is contained in:
michael.reiswich
2021-01-26 19:25:45 +01:00
parent 45c9998a61
commit 0678e19a7f
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace ReallifeGamemode.Server.WeaponDeal
public class WeaponDealManager : Script
{
private const int WEAPON_AMOUNT_GANG = 2;
private const int WEAPON_AMOUNT_COP = 8;
private const int WEAPON_AMOUNT_COP = 5;
private const int WEAPON_AMOUNT_COP_STUNGUN = 2;
public static bool checkWeaponDbyVehicle(Vehicle vehicle)
{