Merge pull request #44 from lFARVA/master

Black Market Fix
This commit is contained in:
Samuel
2019-01-15 19:11:10 +01:00
committed by GitHub
+1 -1
View File
@@ -131,7 +131,7 @@ function DisplayBoughtScaleform(weaponName, price)
end
AddEventHandler('esx_weaponshop:hasEnteredMarker', function(zone)
if zone == 'GunShop' then
if zone == 'GunShop' or zone == 'BlackWeashop' then
CurrentAction = 'shop_menu'
CurrentActionMsg = _U('shop_menu_prompt')
CurrentActionData = { zone = zone }