That is because the license is checked one time only and it’s when the player connect to the server.
if they logout and log back in they won’t have access
Does anyone know how we can do so that weapons cannot be dropped? canremove is not working
Take out your weaponshop script
Anyone know where to get good images for the inventory?
I typically google the item name and then “clipart” following after. I Photoshop every photo though to adjust and make it fit to a standardized size.
correct lol. ive tried to trigger the get licenses’ event after menu keypress but to no avail.
You know where to change The use give and drop to other languaje
how to add this one to basicneeds?
{name = ‘beer’},
{name = ‘wine’},
{name = ‘vodka’},
{name = ‘tequila’},
{name = ‘whisky’},
{name = ‘grand_cru’}
Items = {
{name = ‘bread’},
{name = ‘water’},
{name = ‘cigarette’},
{name = ‘lighter’},
{name = ‘rollingpaper’},
{name = ‘phone’},
{name = ‘sandwich’},
{name = ‘hamburger’},
{name = ‘cupcake’},
{name = ‘chips’},
{name = ‘pistachio’},
{name = ‘chocolate’},
{name = ‘cashew’},
{name = ‘cocacola’},
{name = ‘drpepper’},
{name = ‘energy’},
{name = ‘lemonade’},
{name = ‘icetea’}
I have a doubt, how to add more weapons to a bullet in the store, as it would be exactly. ??
{name = "9mm_rounds", weaponhash = "WEAPON_PISTOL","WEAPON_PISTOL", ammo = 18} ??
someone can help me with make it to work with the trunk
its not work this resource… don´t load resource omg
Thank you so much for this. This is so nice. I added stock to my drugstores so the store will go out of stock at some point. Can also do this with regular stores and refill them with delivery vans
!
{name = "AMMO_PISTOL", weaponhash = "WEAPON_PISTOL", ammo = 24},
{name = "AMMO_DOUBLEACTION", weaponhash = "WEAPON_DOUBLEACTION", ammo = 24},
{name = "AMMO_SNSPISTOL", weaponhash = "WEAPON_SNSPISTOL", ammo = 24},
{name = "AMMO_VINTAGEPISTOL", weaponhash = "WEAPON_VINTAGEPISTOL", ammo = 24},
{name = "AMMO_HEAVYPISTOL", weaponhash = "WEAPON_HEAVYPISTOL", ammo = 24},
{name = "AMMO_SAWNOFFSHOTGUN", weaponhash = "WEAPON_SAWNOFFSHOTGUN", ammo = 16},
{name = "AMMO_PUMPSHOTGUN", weaponhash = "WEAPON_PUMPSHOTGUN", ammo = 16},
{name = "AMMO_BULLPUPSHOTGUN", weaponhash = "WEAPON_BULLPUPSHOTGUN", ammo = 16},
{name = "AMMO_MACHINEPISTOL", weaponhash = "WEAPON_MACHINEPISTOL", ammo = 24},
{name = "AMMO_SMG", weaponhash = "WEAPON_SMG", ammo = 30}, -- Heckler & Koch MP5
{name = "AMMO_GUSENBERG", weaponhash = "WEAPON_GUSENBERG", ammo = 30}, --
{name = "AMMO_COMPACTRIFLE", weaponhash = "WEAPON_COMPACTRIFLE", ammo = 30}
Anyone know how to change the SHOP text to the shop name? for example:
for gunshops SHOP to
Gunshop 
for restaurants SHOP to
Restaurant 
Where i can change it?
in your client shop.lua change the function OpenShopInv to this:
function OpenShopInv(shoptype)
text = shoptype
data = {text = text}
inventory = {}
ESX.TriggerServerCallback("suku:getShopItems", function(shopInv)
for i = 1, #shopInv, 1 do
table.insert(inventory, shopInv[i])
end
end, shoptype)
Citizen.Wait(500)
TriggerEvent("esx_inventoryhud:openShopInventory", data, inventory)
end
Then your shops will be named the same as the shoptypes.
how to open the trunk?
Default Key should be Y when you’re standing behind the vehicle
(if you got the inventory hud trunk script)
Why when I put a picture with the right size and name wont show up in the inventory I was able to change weed picture but for the rest of the item I dosnt come up
How did you got this to work when I drag a weapon from the store to my inventory It dosnt buy nothing
idk why you cannot buy bro. i have the default script
- you need have all items in
itemsof your SQL - you need .png images max size 128x128 or 300x300 i think and add them on __resource.lua


