This commit is contained in:
VegaZ
2021-04-15 22:43:43 +02:00
parent 98b5dc03f7
commit a95ec44baa
6 changed files with 75 additions and 33 deletions

View File

@@ -519,7 +519,14 @@ namespace ReallifeGamemode.Server.Events
}
if (nearestAmmunationPoint != null)
{
nearestAmmunationPoint.Ammunation.LoadShopNUI(player);
if (!user.WeaponLicense)
{
player.SendNotification("~r~Du besitzt keinen Waffenschein");
}
else
{
nearestAmmunationPoint.Ammunation.LoadShopNUI(player);
}
}
if (user.FactionLeader)
{