ramosswq Posted June 29, 2023 Share Posted June 29, 2023 Estou recebendo este erro ao tentar carregar uma imagem: Download error: HTTP server file mismatch! ([wid]login) loadscreen-c.lua [Got size:55 MD5:8D90FFA9DF5843E27FB4BCEFC1253555, wanted MD5:16CBA42D0ACCB3C44EF005EF1E1B4EF9] Meu código: local screenW, screenH = guiGetScreenSize() function Loadscreen() local backgroundImage = '../image/background.png' setPlayerHudComponentVisible('all', false) dxDrawImage(0, 0, screenW, screenH, backgroundImage) end addEventHandler('onClientRender', root, Loadscreen) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now