I have a lua that is using images from files, but to the buyer the files are not included. How do I include the files?
dump a download link on error log & website
elaborate
local draw_img = your_code or print(your_image_link)
upload your image to hosting website and print download link
so like i would do
local icon = https://cdn.discordapp.com/attachments/1005464609202913280/1026363310628667453/1292-discord-emoji-black.png
and
render.load_image(icon, vector(100, 100)?
local fin = render.load_image_from_file('nl/your_image.png', vector(100, 100)) or error('img nor found')
local function g_render()
render.texture(fin, vector(20, 20), 'f')
end
events.render:set(g_render)
Just encode the image in something like base64 and directly embed it so you don’t have to rely on some cdn that could go down or remove the content.
vac detected cheat its vac detected btw
!!