mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 15:01:45 +00:00
Update main.lua
This commit is contained in:
+1
-1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user