frisk typo, hanf nur für gangs, 10 cannabis für 1 joint, no riot frisk
This commit is contained in:
@@ -819,19 +819,19 @@ namespace ReallifeGamemode.Server.Events
|
||||
}
|
||||
}
|
||||
|
||||
if (isNearCannabisSeedBuyPoint)
|
||||
if (isNearCannabisSeedBuyPoint && user.Faction?.GangOwned == true)
|
||||
{
|
||||
HanfManager.ShowPlayerBuySeedMenu(player);
|
||||
return;
|
||||
}
|
||||
|
||||
if (isNearJointManufacturerPoint)
|
||||
if (isNearJointManufacturerPoint && user.Faction?.GangOwned == true)
|
||||
{
|
||||
HanfManager.BuildJointsFromCannabis(player);
|
||||
return;
|
||||
}
|
||||
|
||||
if (isNearCannabisSellPoint)
|
||||
if (isNearCannabisSellPoint && user.Faction?.GangOwned == true)
|
||||
{
|
||||
HanfManager.PlayerSellCannabis(player);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user