'LinKin Posted February 19, 2014 Share Posted February 19, 2014 Hi, So I create like an image label in the GUI, Then I use fetchRemote to get some image from the internet, The question is; For example the image that internet returns is big size, will it be automatically adjusted to the "Image Label" size of the GUI? Thanks Link to comment
MTA Team 0xCiBeR Posted February 19, 2014 MTA Team Share Posted February 19, 2014 Yes it will because you specify the width & height element guiCreateStaticImage ( float x, float y, float width, float height, string path, bool relative, [element parent = nil] ) 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