Progress
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user