Need help
Opened this issue · 1 comments
Nikolovski777 commented
Where do i put this?
css = 'superete' matches with
.menu .head_superete{
font-family: SignPainter;
font-size: 59px;
background-image: url("../img/header/247.png");
text-align : center;
height : 90px;
line-height : 105px;
color : white;
font-style: oblique;
}
AbrahamMoody commented
You can ignore this. Only
ESX.UI.Menu.Open(
'default', GetCurrentResourceName(), 'shop',
{
css = 'superete',
title = _U('shop'),
align = 'center',
elements = elements
},
function(data, menu)
TriggerServerEvent('esx_shop:buyItem', data.current.value, data.current.price)
end,
function(data, menu)
menu.close()
CurrentAction = 'shop_menu'
CurrentActionMsg = _U('press_menu')
CurrentActionData = {zone = zone}
end
)
end
if you need esx_shops maybe :)