myonlake Posted October 9, 2013 Share Posted October 9, 2013 Can you give me the dxDrawImage line. I feel like you're doing it wrong anyways. Link to comment
-.Paradox.- Posted October 9, 2013 Author Share Posted October 9, 2013 dxDrawImage((sx-imageWidth)/2, (sy-imageHeight)/2, imageWidth, imageHeight, "experience/ranks/" .. string.gsub(Level, "LV ", "") .. "." .. imageExtension, 0, 0, 0, tocolor(255, 255, 255, imageAlpha), postGUI) Link to comment
myonlake Posted October 9, 2013 Share Posted October 9, 2013 So you didn't do what I said in viewtopic.php?f=91&t=65845#p620457. It's not that hard, you know. dxDrawImage((sx-imageWidth)/2, (sy-imageHeight)/2, imageWidth, imageHeight, "experience/ranks/lvl_" .. string.gsub(Level, "LV ", "") .. "." .. imageExtension, 0, 0, 0, tocolor(255, 255, 255, imageAlpha), postGUI) 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