dawid4157 Posted August 8, 2014 Share Posted August 8, 2014 1. Where is this image information? https://wiki.multitheftauto.com/wiki/Gu ... taticImage I need use in my project this image. 2. Why I can use only 16 characters in label GUI? How I rising this? How do I increase the limit? Link to comment
Et-win Posted August 8, 2014 Share Posted August 8, 2014 1. These imagines are findable here: E:\Program Files (x86)\Rockstar Games\MTA San Andreas 1.4\MTA\cgui\images 2. Probably you have to make the size X bigger, then it will show. Link to comment
dawid4157 Posted August 8, 2014 Author Share Posted August 8, 2014 2. This is code: X_Label_ok = 0.0825 Y_Label2_ok = 0.5 Width_Label2_ok = 0.25 Height_Label2_ok = 0.25 ok_label = guiCreateLabel(X_Label_ok, Y_Label2_ok, Width_Label2_ok, Height_Label2_ok, "Proces rejestracji przebiegł prawidłowo.", true, register_ok) guiCreateStaticImage( 440, 275, 50, 50, "info.png", false ) outputChatBox("Poprawnie się zarejestrowałeś.") 3. Which function I hide image induced by guiCreateStaticImage? 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