Skip to content

Commit

Permalink
Updated local imagesurl
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyWhisper authored Mar 19, 2023
1 parent 5339970 commit 22d7ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ RegisterNetEvent('inventory:server:SetInventoryData', function(fromInventory, to
itemData.info.quality = 100
end
local serial = itemData.info.serie
local imageurl = ("https://cfx-nui-qb-inventory/html/images/%s"):format(item.image)
local imageurl = ("https://cfx-nui-qb-inventory/html/images/%s.png"):format(itemData.name)
local notes = "Purchased at Ammunation"
local owner = Player.PlayerData.charinfo.firstname .. " " .. Player.PlayerData.charinfo.lastname
local weapClass = 1
Expand All @@ -1801,7 +1801,7 @@ RegisterNetEvent('inventory:server:SetInventoryData', function(fromInventory, to
itemData.info.quality = 100
end
local serial = itemData.info.serie
local imageurl = ("https://cfx-nui-qb-inventory/html/images/%s"):format(item.image)
local imageurl = ("https://cfx-nui-qb-inventory/html/images/%s.png"):format(itemData.name)
local notes = "Purchased at Ammunation"
local owner = Player.PlayerData.charinfo.firstname .. " " .. Player.PlayerData.charinfo.lastname
local weapClass = 1
Expand Down

0 comments on commit 22d7ff5

Please sign in to comment.